Skip to content

Commit

Permalink
Merge pull request mbleigh#717 from dijonkitchen/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
seuros committed Jan 21, 2016
2 parents fac92a9 + 46901fb commit 62fe5ba
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 @@ -273,7 +273,7 @@ User.tagged_with("same", :on => :customs) # => [@user]

### Tag Parsers

If you want to change how tags are parsed, you can define a your own implementation:
If you want to change how tags are parsed, you can define your own implementation:

```ruby
class MyParser < ActsAsTaggableOn::GenericParser
Expand Down

0 comments on commit 62fe5ba

Please sign in to comment.