Browse Source

Fix readme typos

tags/v0.2.3
Dylan Baker 4 years ago
parent
commit
13f121c214
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      README.md

+ 4
- 4
README.md View File

@@ -28,10 +28,10 @@ OPTIONS:
28 28
 ## Exclusions
29 29
 
30 30
 The config file formats that Prettier uses are not able to represent all of
31
-Prettier's default values. For instance, JSON can't represent `undefined` or
32
-`Infinity`, and no format except actual JavaScript can represent `undefined`.
33
-As a result, depending on the chosen format, some configuration options may be
34
-excluded. The current list of exclusions is as follows:
31
+Prettier's default values. For instance, JSON can't represent `Infinity`, and
32
+no format except actual JavaScript can represent `undefined`. As a result,
33
+depending on the chosen format, some configuration options may be excluded. The
34
+current list of exclusions is as follows:
35 35
 
36 36
 
37 37
 | Format | Excluded Options                  |

Loading…
Cancel
Save