From 1ca4e2b90a2c514e094041700b24c633dd08624f Mon Sep 17 00:00:00 2001 From: Dennis Dang Date: Sun, 11 Feb 2018 18:57:09 -0800 Subject: [PATCH] Typo fix (#3952) --- docs/rationale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rationale.md b/docs/rationale.md index bda583fa..08b9f302 100644 --- a/docs/rationale.md +++ b/docs/rationale.md @@ -37,7 +37,7 @@ By default, Prettier’s printing algorithm prints expressions on a single line ## What Prettier is _not_ concerned about -Prettier is only _prints_ code. It does not transform it. This is to limit the scope of Prettier. Let's focus on the printing and do it really well! +Prettier only _prints_ code. It does not transform it. This is to limit the scope of Prettier. Let's focus on the printing and do it really well! Here are a few examples of things that are out of scope for Prettier: