From 937ec0b0d4a82212e45730e48e15f614051b7569 Mon Sep 17 00:00:00 2001 From: Zack Hobson Date: Tue, 19 May 2009 19:55:13 -0700 Subject: [PATCH] fixed typo --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 8a028bf..33285fc 100644 --- a/README.txt +++ b/README.txt @@ -92,7 +92,7 @@ It's possible to configure named factories: User.factory.create_admin.admin # => true Named factories do not inherit anything from the default, so you'll still need to -provide enough to data to allow the creation of valid objects. +provide enough data to allow the creation of valid objects. == Installing ModelFactory