Skip to content

Commit

Permalink
docs(pretty-format): fix typos in README (#12441)
Browse files Browse the repository at this point in the history
  • Loading branch information
benblank authored Feb 21, 2022
1 parent 7d4595e commit b372332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pretty-format/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ Write `serialize` to return a string, given the arguments:
| `min` | `boolean` | minimize added space: no indentation nor line breaks |
| `plugins` | `array` | plugins to serialize application-specific data types |
| `printFunctionName` | `boolean` | include or omit the name of a function |
| `spacingInner` | `strong` | spacing to separate items in a list |
| `spacingOuter` | `strong` | spacing to enclose a list of items |
| `spacingInner` | `string` | spacing to separate items in a list |
| `spacingOuter` | `string` | spacing to enclose a list of items |

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

Expand Down

0 comments on commit b372332

Please sign in to comment.