Skip to content

Commit d7657e5

Browse files
authored
docs: fix typo in readme (#505)
1 parent 9eaf21e commit d7657e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ And run `webpack` via your preferred method.
129129
| Name | Type | Default | Description |
130130
| :---------------------------------: | :------------------: | :-----------------------------------: | :------------------------------------------- |
131131
| [`execute`](#execute) | `{Boolean}` | `undefined` | Enable PostCSS Parser support in `CSS-in-JS` |
132-
| [`postcssOptions`](#postcssOptions) | `{Object\/Function}` | `defaults values for Postcss.process` | Set `PostCSS` options and plugins |
132+
| [`postcssOptions`](#postcssOptions) | `{Object\|Function}` | `defaults values for Postcss.process` | Set `PostCSS` options and plugins |
133133
| [`sourceMap`](#sourcemap) | `{Boolean}` | `compiler.devtool` | Enables/Disables generation of source maps |
134134

135135
### `execute`

0 commit comments

Comments
 (0)