Typo fix possbile to possible

This commit is contained in:
Petteri Räty 2011-08-25 13:39:54 +03:00
parent d22e0d8ff8
commit 25affc7fec
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ Within Factory Girl's dynamic attributes, you can access ignored attributes as y
Associations
------------
It's possbile to set up associations within factories. If the factory name is the same as the association name, the factory name can be left out.
It's possible to set up associations within factories. If the factory name is the same as the association name, the factory name can be left out.
factory :post do
# ...