We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed2d89 commit 629da16Copy full SHA for 629da16
actionpack/test/controller/route_helpers_test.rb
@@ -21,7 +21,7 @@ class FooController < ApplicationController
21
22
# We define many routes in these modules after they have been included into
23
# the controllers. For boot performance, it's important that we don't
24
- # duplicate these modules an maked method cache invalidation expensive.
+ # duplicate these modules and make method cache invalidation expensive.
25
# https://github.com/rails/rails/pull/37927
26
test "only includes one module with route helpers" do
27
app = self.class
0 commit comments