Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Aug 31, 2011
1 parent ac09f68 commit 6d0148b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -187,7 +187,7 @@ You can ignore changes to certain attributes like this:
has_paper_trail :ignore => [:title, :rating]
end

This means that changes to just the `title` or `rating` will not store another version of the article. It does not mean that the `title` and `rating` attributes will be ignored if some other change causes a new `Version` to be crated. For example:
This means that changes to just the `title` or `rating` will not store another version of the article. It does not mean that the `title` and `rating` attributes will be ignored if some other change causes a new `Version` to be created. For example:

>> a = Article.create
>> a.versions.length # 1
Expand Down

0 comments on commit 6d0148b

Please sign in to comment.