Skip to content

Commit 0dc12e9

Browse files
Update jss-api.md - spelling update (#1562)
fixed spelling issue
1 parent da36a29 commit 0dc12e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/jss-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ sheets.add(sheet)
134134
sheets.toString() // Returns all Style Sheets as a CSS string.
135135
sheets.toString({attached: true}) // Returns all attached Style Sheets as a CSS string.
136136
sheets.toString({attached: false}) // Returns all detached Style Sheets as a CSS string.
137-
sheets.toStirng({format: false}) // Returns a CSS string without unnecessary whitespaces. Useful for SSR.
137+
sheets.toString({format: false}) // Returns a CSS string without unnecessary whitespaces. Useful for SSR.
138138
```
139139

140140
## Style Sheets Manager

0 commit comments

Comments
 (0)