From 6ecbb99e8a38b0b0ea3f022b12c5bedc8ab04128 Mon Sep 17 00:00:00 2001 From: Mike Wilcox Date: Thu, 13 Apr 2017 18:49:27 -0400 Subject: [PATCH] fix small typo (#1255) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f23e7e9a..7465592d 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Run Prettier through the CLI with this script. Run it without any arguments to see the options. To format a file in-place, use `--write`. You may want to consider -commiting your code before doing that, just in case. +committing your code before doing that, just in case. ```bash prettier [opts] [filename ...]