We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92b3160 + 1910d2d commit 04b4719Copy full SHA for 04b4719
guides/source/action_controller_overview.md
@@ -825,7 +825,7 @@ it will do with what the previous action put in the flash.
825
826
#### Displaying flash messages
827
828
-If a previous action _has_ set a flash message, it's a good idea of display that
+If a previous action _has_ set a flash message, it's a good idea to display that
829
to the user. We can accomplish this consistently by adding the HTML for
830
displaying any flash messages in the application's default layout. Here's an
831
example from `app/views/layouts/application.html.erb`:
0 commit comments