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 Nov 10, 2021
1 parent 89a689a commit 536ba94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stylesheet.js
Original file line number Diff line number Diff line change
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 536ba94

Please sign in to comment.