Skip to content

Commit

Permalink
fix typo in GETTING_STARTED
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-rushakoff committed Apr 19, 2012
1 parent aa81d2f commit 4682ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4682ab0

Please sign in to comment.