From 535ac33ab2973bca477771fc59fa874dfa6dc7cb Mon Sep 17 00:00:00 2001 From: Michael Misshore Date: Fri, 12 Sep 2014 08:37:51 -0500 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecc996f3..1b6076f4 100644 --- a/README.md +++ b/README.md @@ -865,7 +865,7 @@ end ### Per class -If you are about change some widgets and you don't want a paper trail of your changes, you can turn PaperTrail off like this: +If you are about to change some widgets and you don't want a paper trail of your changes, you can turn PaperTrail off like this: ```ruby >> Widget.paper_trail_off!