Skip to content

Commit

Permalink
fix: typo acceps -> accepts (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jan 20, 2022
1 parent 9951745 commit d43074f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stylesheet.js
Expand Up @@ -235,7 +235,7 @@ export default class StyleSheet {
if (cssString) {
invariant(
isString(cssString),
'makeStyleTag acceps only strings as second parameter'
'makeStyleTag accepts only strings as second parameter'
)
}

Expand Down

0 comments on commit d43074f

Please sign in to comment.