Skip to content

Commit

Permalink
Fix small typo in README.md (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
corydiamand authored Feb 19, 2024
1 parent 2f3c230 commit 52c5736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ This invocation will create a single `Noticed::Event` record and a `Noticed::Not

### Custom Noticed Model Methods

In order to extend the Noticed models you'll need to use a concern an a to_prepare block:
In order to extend the Noticed models you'll need to use a concern and a to_prepare block:

```ruby
# config/initializers/noticed.rb
Expand Down

0 comments on commit 52c5736

Please sign in to comment.