diff options
author | Shailesh Kalamkar <shailesh.kalamkar@gmail.com> | 2019-03-07 10:06:30 +0530 |
---|---|---|
committer | Shailesh Kalamkar <shailesh.kalamkar@gmail.com> | 2019-03-07 10:06:30 +0530 |
commit | de5d84bfbb1a8a6db68d643eab8bde77cb960e0f (patch) | |
tree | 656f9f4f601e3eb9c584171621fef1c9a721501e /actionview/test/ujs/public/vendor | |
parent | 4ad4de50ce164f7b62661408eceb4259dfccdf66 (diff) | |
download | rails-de5d84bfbb1a8a6db68d643eab8bde77cb960e0f.tar.gz rails-de5d84bfbb1a8a6db68d643eab8bde77cb960e0f.tar.bz2 rails-de5d84bfbb1a8a6db68d643eab8bde77cb960e0f.zip |
[ci skip] Fix typos
Diffstat (limited to 'actionview/test/ujs/public/vendor')
-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 */ |