Skip to content

Commit 7b3ebaa

Browse files
authored
Merge pull request rails#55333 from p8/guides/notifications-naming
Fix typo in Getting Started guide [ci skip]
2 parents 7533bcb + 156ba12 commit 7b3ebaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2331,7 +2331,7 @@ as if it’s part of that class. At the same time, the methods defined in the
23312331
module become regular methods you can call on objects (instances) of that class.
23322332

23332333
Now that the code triggering the notification has been extracted into the
2334-
Notification module, the Product model can be simplified to include the
2334+
Notifications module, the Product model can be simplified to include the
23352335
Notifications module.
23362336

23372337
```ruby#2

0 commit comments

Comments
 (0)