Skip to content

Commit 5f503cf

Browse files
Fix kebab typo (#218)
Co-authored-by: Patrick Lawler <[email protected]>
1 parent b1372bf commit 5f503cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ document.body.innerHTML =
8484
console.log(document.body.firstElementChild.innerHTML) // "<h1>Hello, Christopher</h1>"
8585
```
8686

87-
If `options.props` is specified, R2WC will use those props instead of the keys from propTypes. If it's an array, all corresponding kebob-cased attr values will be passed as strings to the underlying React component.
87+
If `options.props` is specified, R2WC will use those props instead of the keys from propTypes. If it's an array, all corresponding kebab-case attr values will be passed as strings to the underlying React component.
8888

8989
```js
9090
function Greeting({ camelCaseName }) {

0 commit comments

Comments
 (0)