Skip to content

Commit

Permalink
Fix typos in Readme
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
t-bullock committed Sep 3, 2014
1 parent b6735af commit 18e14ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -137,7 +137,7 @@ Unvoting works for both positive and negative votes.

### Examples with scopes

You can add an scope to your vote
You can add a scope to your vote

```ruby
# positive votes
Expand Down Expand Up @@ -370,7 +370,7 @@ rake spec

### Fixes for votable voter model

In version 0.8.0, there is bugs for a model that is both votable and voter.
In version 0.8.0, there are bugs for a model that is both votable and voter.
Some name-conflicting methods are renamed:
+ Renamed Votable.votes to votes_for
+ Renamed Votable.vote to vote_by,
Expand Down

0 comments on commit 18e14ed

Please sign in to comment.