Skip to content

Commit

Permalink
Fix typo in the guide, partular -> particular
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Dec 17, 2010
1 parent 6d235eb commit cb9aa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guide.md
Expand Up @@ -454,7 +454,7 @@ scope's text value will be the result of calling `to_param` on the related
model record. In the example above, the city model also uses FriendlyId and so
its `to_param` method returns its friendly_id: "chicago" or "seattle".

If you want to find all records with a partular friendly\_id regardless of scope,
If you want to find all records with a particular friendly\_id regardless of scope,
this is a slightly more complicated, but doable:

name, sequence = params[:id].parse_friendly_id
Expand Down

0 comments on commit cb9aa1b

Please sign in to comment.