From 41d9b7e9848d554e80cc18ed703345def18c1d7e Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 14 Sep 2017 11:51:48 -0400 Subject: [PATCH] docs: fix grammatical error in README Just a small fix to make this sentence parse. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0438ba6..130e312d 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ feat(pencil): add 'graphiteWidth' option ``` perf(pencil): remove graphiteWidth option -BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reason. +BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reasons. ``` ## Setup