From 074b58024e6bce3effa5da31ab1dd5d4d6f85474 Mon Sep 17 00:00:00 2001 From: Nick Huanca Date: Wed, 6 Feb 2013 10:45:38 -0700 Subject: [PATCH] Typo quick fix Quick typo fix :D --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 57cfd96..31783e8 100644 --- a/README.markdown +++ b/README.markdown @@ -293,7 +293,7 @@ Usage beyond that remains the same with `DatabaseCleaner.start` calling any setu One of my motivations for writing this library was to have an easy way to turn on what Rails calls "transactional_fixtures" in my non-rails ActiveRecord projects. -After copying and pasting code to do this several times I decided to package it up as a gem and same everyone a bit of time. +After copying and pasting code to do this several times I decided to package it up as a gem and save everyone a bit of time. ## Common Errors