Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dchacke authored Jan 18, 2024
1 parent f0554dd commit cf75498
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 @@ -109,7 +109,7 @@ User.find_each(&:save)
### `:allow_nil`

You can pass `allow_nil: true` to the `friendly.find()` method if you want to
avoid raising `ActiveRecord::RecordNotFound` and accept a `nil`.
avoid raising `ActiveRecord::RecordNotFound` and accept `nil`.

#### Example

Expand Down

0 comments on commit cf75498

Please sign in to comment.