Skip to content

Commit 2035928

Browse files
Fix typo in readme
1 parent cd2ad2c commit 2035928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ See also the `docs-src` folder where you can find more examples. You can run `np
109109
| **push** | `push` | String value for `<push>` tag name. |
110110
| **stack** | `stack` | String value for `<stack>` tag name. |
111111
| **propsScriptAttribute** | `props` | String value used as attribute in `<script props>` parsed by the plugin to retrieve props of the component. |
112-
| **propsContext** | `props` | String value used as object name inside the script to process process before passed to the component. |
112+
| **propsContext** | `props` | String value used as object name inside the script to process props before passed to the component. |
113113
| **propsAttribute** | `props` | String value for props attribute to define props as JSON. |
114114
| **propsSlot** | `props` | String value used to retrieve the props passed to slot via `$slots.slotName.props`. |
115115
| **expressions** | `{}` | Object to configure `posthtml-expressions`. You can pre-set locals or customize the delimiters for example. |

0 commit comments

Comments
 (0)