Skip to content

Commit 156ba12

Browse files
committed
Fix typo in Getting Started guide [ci skip]
1 parent 4621f71 commit 156ba12

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)