Skip to content

Commit

Permalink
Fix error message typo (#4534)
Browse files Browse the repository at this point in the history
Screenshot 2024-10-15 at 11.13.10 AM
  • Loading branch information
jubalm authored Oct 17, 2024
1 parent f6416e8 commit efe9fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug/src/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export function initDebug() {
console.error(
'Improper nesting of paragraph. Your <p> should not have ' +
illegalDomChildrenTypes.join(', ') +
'as child-elements.' +
' as child-elements.' +
serializeVNode(vnode) +
`\n\n${getOwnerStack(vnode)}`
);
Expand Down

0 comments on commit efe9fb1

Please sign in to comment.