Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Derocher authored and Steven Derocher committed Apr 23, 2010
1 parent 206dd09 commit 5a87af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -134,7 +134,7 @@ The behavior of the association method varies depending on the build strategy us
Because this pattern is so common, a prettier syntax is available for defining
associations:

# The following definitions are equivilent:
# The following definitions are equivalent:
Factory.define :post do |p|
p.author {|a| a.association(:user) }
end
Expand Down

0 comments on commit 5a87af2

Please sign in to comment.