From d24bedd8714158f01198af5da95f03e5a2159e17 Mon Sep 17 00:00:00 2001 From: Patrick Lawler Date: Tue, 18 Mar 2025 09:55:40 -0500 Subject: [PATCH] Fix kebab typo --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 3fd50de..4fa62f1 100644 --- a/docs/api.md +++ b/docs/api.md @@ -84,7 +84,7 @@ document.body.innerHTML = console.log(document.body.firstElementChild.innerHTML) // "

Hello, Christopher

" ``` -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. +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. ```js function Greeting({ camelCaseName }) {