fix typo in GETTING_STARTED

This commit is contained in:
Mark Rushakoff 2012-04-19 12:42:25 -07:00
parent aa81d2f96f
commit 4682ab0701
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ Custom Construction
If you want to use factory_girl to construct an object where some attributes
are passed to `initialize` or if you want to do something other than simply
calling `new` on your build class, you can override the default behavior by
defining `to_initialize` on your factory. Example:
defining `initialize_with` on your factory. Example:
```ruby
# user.rb