From 4682ab0701dc10c94f22e1d6ca5c18f8470999b1 Mon Sep 17 00:00:00 2001 From: Mark Rushakoff Date: Thu, 19 Apr 2012 12:42:25 -0700 Subject: [PATCH] fix typo in GETTING_STARTED --- GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 0109462..8e2546e 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -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