未验证 提交 712f361f 编写于 作者: R Ryuta Kamizono 提交者: GitHub

Merge pull request #39019 from rails/typos

Fix typos [ci skip]
......@@ -96,7 +96,7 @@
</table>
<script type='text/javascript'>
// support forEarch iterator on NodeList
// support forEach iterator on NodeList
NodeList.prototype.forEach = Array.prototype.forEach;
// Enables path search functionality
......
......@@ -37,7 +37,7 @@ module('data-remote', {
href: '/echo',
'data-remote': 'true',
disabled: 'disabled',
text: 'Disabed link'
text: 'Disabled link'
}))
.find('form').append($('<input type="text" name="user_name" value="john">'))
......
......@@ -70,7 +70,7 @@ def not(opts, *rest)
@scope
end
# Returns a new relation with left outer joins and where clause to idenitfy
# Returns a new relation with left outer joins and where clause to identify
# missing relations.
#
# For example, posts that are missing a related author:
......
......@@ -13,7 +13,7 @@ def self.accept?(blob)
end
# Implement this method in concrete subclasses. It will determine if blob analysis
# should be done in a job or performed inine. By default, analysis is enqueued in a job.
# should be done in a job or performed inline. By default, analysis is enqueued in a job.
def self.analyze_later?
true
end
......
......@@ -278,7 +278,7 @@ def test_delegation_with_allow_nil_and_nil_value
assert_nil rails.name
end
# Ensures with check for nil, not for a falseish target.
# Ensures with check for nil, not for a falsy target.
def test_delegation_with_allow_nil_and_false_value
project = Project.new(false, false)
assert_raise(NoMethodError) { project.name }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册