diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-03-07 15:57:22 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-07 15:57:22 +0900 |
commit | 73a3770663cd93e68167983edca334d17e4d3edf (patch) | |
tree | 656f9f4f601e3eb9c584171621fef1c9a721501e /actionview/test | |
parent | 4ad4de50ce164f7b62661408eceb4259dfccdf66 (diff) | |
parent | de5d84bfbb1a8a6db68d643eab8bde77cb960e0f (diff) | |
download | rails-73a3770663cd93e68167983edca334d17e4d3edf.tar.gz rails-73a3770663cd93e68167983edca334d17e4d3edf.tar.bz2 rails-73a3770663cd93e68167983edca334d17e4d3edf.zip |
Merge pull request #35510 from shailesh-kalamkar/fix-typos
[ci skip] Fix typos
Diffstat (limited to 'actionview/test')
-rw-r--r-- | actionview/test/ujs/public/vendor/jquery-2.2.0.js | 2 |
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 1e0ba99740..2c545b8ff3 100644 --- a/actionview/test/ujs/public/vendor/jquery-2.2.0.js +++ b/actionview/test/ujs/public/vendor/jquery-2.2.0.js @@ -5578,7 +5578,7 @@ var iframe, }; /** - * Retrieve the actual display of a element + * Retrieve the actual display of an element * @param {String} name nodeName of the element * @param {Object} doc Document object */ |