aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-12-12 08:12:13 -0800
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-12-12 08:12:13 -0800
commit07fd25c759b079a12dcd087aeacf39deb3e549d0 (patch)
tree68daf738634ff37865370c48361845750819393e /actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb
parenta9b3c8f2b03fec61aeea976a1ddfa9eb41c8a2ba (diff)
parent5fccd77b6c71e26fcbf879657c1f532999171900 (diff)
downloadrails-07fd25c759b079a12dcd087aeacf39deb3e549d0.tar.gz
rails-07fd25c759b079a12dcd087aeacf39deb3e549d0.tar.bz2
rails-07fd25c759b079a12dcd087aeacf39deb3e549d0.zip
Merge pull request #13293 from akshay-vishnoi/typo
Spelling and Grammar checks [ci skip]
Diffstat (limited to 'actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb')
-rw-r--r--actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb4
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");