aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/ujs/public
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-03-09 09:16:54 +0100
committerGitHub <noreply@github.com>2019-03-09 09:16:54 +0100
commit9c9f281da29e02d5c32b7b0445beab0de6106a5e (patch)
tree6b55b39195a0fb90436d81701761806f6a34f03c /actionview/test/ujs/public
parent0771bd3ee891f8eaf822bb47f68f4d0266763728 (diff)
parent70192cec42c0133791010537fd602089c81986a4 (diff)
downloadrails-9c9f281da29e02d5c32b7b0445beab0de6106a5e.tar.gz
rails-9c9f281da29e02d5c32b7b0445beab0de6106a5e.tar.bz2
rails-9c9f281da29e02d5c32b7b0445beab0de6106a5e.zip
Merge pull request #35550 from shailesh-kalamkar/minor-documentation-fixes
[ci skip] Minor documentation fixes for consistency
Diffstat (limited to 'actionview/test/ujs/public')
-rw-r--r--actionview/test/ujs/public/vendor/jquery-2.2.0.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/test/ujs/public/vendor/jquery-2.2.0.js b/actionview/test/ujs/public/vendor/jquery-2.2.0.js
index 2c545b8ff3..a83c4faa16 100644
--- a/actionview/test/ujs/public/vendor/jquery-2.2.0.js
+++ b/actionview/test/ujs/public/vendor/jquery-2.2.0.js
@@ -9639,7 +9639,7 @@ jQuery.fn.extend( {
// 2) For the hidden or detached element
// 3) For body or html element, i.e. in case of the html node - it will return itself
//
- // but those exceptions were never presented as a real life use-cases
+ // but those exceptions were never presented as a real life use cases
// and might be considered as more preferable results.
//
// This logic, however, is not guaranteed and can change at any point in the future