Skip to content

Commit 629da16

Browse files
authored
[ci skip] Fix a typo in the comment
1 parent 5ed2d89 commit 629da16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/test/controller/route_helpers_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class FooController < ApplicationController
2121

2222
# We define many routes in these modules after they have been included into
2323
# the controllers. For boot performance, it's important that we don't
24-
# duplicate these modules an maked method cache invalidation expensive.
24+
# duplicate these modules and make method cache invalidation expensive.
2525
# https://github.com/rails/rails/pull/37927
2626
test "only includes one module with route helpers" do
2727
app = self.class

0 commit comments

Comments
 (0)