Skip to content

Commit b372332

Browse files
authored
docs(pretty-format): fix typos in README (#12441)
1 parent 7d4595e commit b372332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/pretty-format/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ Write `serialize` to return a string, given the arguments:
218218
| `min` | `boolean` | minimize added space: no indentation nor line breaks |
219219
| `plugins` | `array` | plugins to serialize application-specific data types |
220220
| `printFunctionName` | `boolean` | include or omit the name of a function |
221-
| `spacingInner` | `strong` | spacing to separate items in a list |
222-
| `spacingOuter` | `strong` | spacing to enclose a list of items |
221+
| `spacingInner` | `string` | spacing to separate items in a list |
222+
| `spacingOuter` | `string` | spacing to enclose a list of items |
223223

224224
Each property of `colors` in `config` corresponds to a property of `theme` in `options`:
225225

0 commit comments

Comments
 (0)