From 0caddcf05aa8e10c5e87ecbeb4b93f2cf36c880c Mon Sep 17 00:00:00 2001 From: Ben Blank Date: Sun, 20 Feb 2022 09:55:35 -0800 Subject: [PATCH] docs(pretty-format): fix typos in README --- packages/pretty-format/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pretty-format/README.md b/packages/pretty-format/README.md index 3dae52a159fe..1b5a56b6be4c 100755 --- a/packages/pretty-format/README.md +++ b/packages/pretty-format/README.md @@ -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`: