Skip to content

Commit e20cb5d

Browse files
Fix typo in code comment
Co-authored-by: Jovi De Croock <[email protected]>
1 parent 659b456 commit e20cb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function _renderToString(vnode, context, isSvgMode, selectValue, parent) {
165165
// Invoke rendering on Components
166166
if (typeof type === 'function') {
167167
if (type === Fragment) {
168-
// Fragments are the least use components of core that's why
168+
// Fragments are the least used components of core that's why
169169
// branching here for comments has the least effect on perf.
170170
if (props.comment) {
171171
return '<!--' + encodeEntities(props.comment || '') + '-->';

0 commit comments

Comments
 (0)