Skip to content

Commit

Permalink
Remove unnecessary hyphen
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Ziółkowski <[email protected]>
  • Loading branch information
2 people authored and cbravobernal committed Apr 9, 2024
1 parent 9a39432 commit 536da90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interactivity/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export function useMemo( factory, inputs ) {
* For wrapperless hydration.
* See https://gist.github.com/developit/f4c67a2ede71dc2fab7f357f39cff28c
*
* @param parent - The parent element where the nodes will be replaced.
* @param parent The parent element where the nodes will be replaced.
* @param replaceNode - The node or array of nodes to replace in the parent element.
* @return The created root fragment.
*/
Expand Down

0 comments on commit 536da90

Please sign in to comment.