Skip to content

Commit 23ee0b9

Browse files
authored
Merge pull request rails#49626 from szTheory/patch-2
Docs typo: rails/railties/lib/rails/engine.rb
2 parents dcb1d1f + 5a553b0 commit 23ee0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/engine.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ module Rails
300300
#
301301
# == Isolated engine's helpers
302302
#
303-
# Sometimes you may want to isolate engine, but use helpers that are defined for it.
303+
# Sometimes you may want to isolate an engine, but use helpers that are defined for it.
304304
# If you want to share just a few specific helpers you can add them to application's
305305
# helpers in ApplicationController:
306306
#

0 commit comments

Comments
 (0)