Skip to content

Commit

Permalink
docs: comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta committed Oct 27, 2019
1 parent 124dec4 commit ff63490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styled-base/src/index.js
Expand Up @@ -202,7 +202,7 @@ let createStyled: CreateStyled = (tag: any, options?: StyledOptions) => {
) {
return 'NO_COMPONENT_SELECTOR'
}
// $FlowFixMe: coherce undefined to string
// $FlowFixMe: coerce undefined to string
return `.${targetClassName}`
}
})
Expand Down

0 comments on commit ff63490

Please sign in to comment.