1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Fix typo in README

This commit is contained in:
Steven Derocher 2010-04-23 12:20:46 -04:00
parent 206dd0984e
commit 5a87af27fa

View file

@ -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