Skip to content

Commit

Permalink
Fix getInlineStyleTags/Elements docs. (#828)
Browse files Browse the repository at this point in the history
* Fix getInlineStyleTags/Elements docs.

* Make wording more consistent.
  • Loading branch information
PatrickNausha committed Sep 4, 2021
1 parent 629c80e commit 1376eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/docs/api-loadable-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const head = renderToString(<head>{chunkExtractor.getStyleElements()}</head>)

## chunkExtractor.getInlineStyleTags

Get inline style links as a string of `<link>` tags (returns a promise).
Get inline styles as a string of `<style>` tags (returns a promise).

| Arguments | Description |
| ------------------------ | ---------------------------------------------------------------------------------------------------------- |
Expand All @@ -147,7 +147,7 @@ chunkExtractor.getInlineStyleTags()
## chunkExtractor.getInlineStyleElements
Get inline style links as an array of React `<link>` elements (returns a promise).
Get inline styles as an array of React `<style>` elements (returns a promise).
| Arguments | Description |
| ------------------------ | -------------------------------------------------------------------------------------------------------------- |
Expand Down

0 comments on commit 1376eec

Please sign in to comment.