We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da36a29 commit 0dc12e9Copy full SHA for 0dc12e9
docs/jss-api.md
@@ -134,7 +134,7 @@ sheets.add(sheet)
134
sheets.toString() // Returns all Style Sheets as a CSS string.
135
sheets.toString({attached: true}) // Returns all attached Style Sheets as a CSS string.
136
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.
+sheets.toString({format: false}) // Returns a CSS string without unnecessary whitespaces. Useful for SSR.
138
```
139
140
## Style Sheets Manager
0 commit comments