master
Dennis Dang 2018-02-11 18:57:09 -08:00 committed by Jed Fox
parent 8acc969b35
commit 1ca4e2b90a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ By default, Prettiers 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: