diff options
author | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2013-12-12 18:28:34 +0530 |
---|---|---|
committer | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2013-12-12 18:28:34 +0530 |
commit | 5fccd77b6c71e26fcbf879657c1f532999171900 (patch) | |
tree | 12a35acd93877bb547bdbef986a2ee202fc5312d /actionpack/lib/action_dispatch/middleware/templates | |
parent | 5c5d5080b7ea008f0b4a5bf2e65bb22d24094cea (diff) | |
download | rails-5fccd77b6c71e26fcbf879657c1f532999171900.tar.gz rails-5fccd77b6c71e26fcbf879657c1f532999171900.tar.bz2 rails-5fccd77b6c71e26fcbf879657c1f532999171900.zip |
Spelling and Grammar checks
Diffstat (limited to 'actionpack/lib/action_dispatch/middleware/templates')
-rw-r--r-- | actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb b/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb index 95461fa693..323873ba4b 100644 --- a/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb +++ b/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb @@ -89,8 +89,8 @@ } // takes an array of elements with a data-regexp attribute and - // passes their their parent <tr> into the callback function - // if the regexp matchs a given path + // passes their parent <tr> into the callback function + // if the regexp matches a given path function eachElemsForPath(elems, path, func) { each(elems, function(e){ var reg = e.getAttribute("data-regexp"); |