浏览代码

Fix readme typos

tags/v0.2.3
Dylan Baker 5 年前
父节点
当前提交
13f121c214
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      README.md

+ 4
- 4
README.md 查看文件

28
 ## Exclusions
28
 ## Exclusions
29
 
29
 
30
 The config file formats that Prettier uses are not able to represent all of
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
 | Format | Excluded Options                  |
37
 | Format | Excluded Options                  |

正在加载...
取消
保存