From bd886c5bfb9863a2ab7c74e8f0d94e31d713c0a4 Mon Sep 17 00:00:00 2001 From: Amit Amin Date: Thu, 7 Jan 2016 15:22:09 -0800 Subject: [PATCH] Fix Typo in Readme Remove unnecessary 'a' in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46119627..8b80d139 100644 --- a/README.md +++ b/README.md @@ -1125,7 +1125,7 @@ Postgres. In databases without such protection, such as MySQL, a table lock may be necessary. If the above technique is too slow for your needs, and you're okay doing without -PaperTrail data temporarily, you can create the new column without a converting +PaperTrail data temporarily, you can create the new column without converting the data. ```ruby