From 424fc4dae1c4c00e5e285e0203a6210760b93bbf Mon Sep 17 00:00:00 2001 From: cha0s Date: Mon, 14 Mar 2022 15:36:54 -0500 Subject: [PATCH] chore: typo --- packages/react/build/dox/hooks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/build/dox/hooks.js b/packages/react/build/dox/hooks.js index d7623eb..d3f8eb8 100644 --- a/packages/react/build/dox/hooks.js +++ b/packages/react/build/dox/hooks.js @@ -17,7 +17,7 @@ export default { * Define root-level React components that are mounted as siblings on `#main`. * Note: `req` will be only be defined when server-side rendering. * - * Return either a React component or an array whoe elements must either be a React component + * Return either a React component or an array whose elements must either be a React component * or an array of two elements where the first element is the component and the second element * is the props passed to the component. * @param {http.ClientRequest} req The HTTP request object.