Skip to content

Commit 91e0316

Browse files
jaesung2061michael-ciniawsky
authored andcommitted
docs(README): escape | character in options table (#300)
1 parent ff2f3dc commit 91e0316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Styles are not added on `import/require()`, but instead on call to `use`/`ref`.
139139
|**`attrs`**|`{Object}`|`{}`|Add custom attrs to `<style></style>`|
140140
|**`transform`** |`{Function}`|`false`|Transform/Conditionally load CSS by passing a transform/condition function|
141141
|**`insertAt`**|`{String\|Object}`|`bottom`|Inserts `<style></style>` at the given position|
142-
|**`insertInto`**|`{String|Function}`|`<head>`|Inserts `<style></style>` into the given position|
142+
|**`insertInto`**|`{String\|Function}`|`<head>`|Inserts `<style></style>` into the given position|
143143
|**`singleton`**|`{Boolean}`|`undefined`|Reuses a single `<style></style>` element, instead of adding/removing individual elements for each required module.|
144144
|**`sourceMap`**|`{Boolean}`|`false`|Enable/Disable Sourcemaps|
145145
|**`convertToAbsoluteUrls`**|`{Boolean}`|`false`|Converts relative URLs to absolute urls, when source maps are enabled|

0 commit comments

Comments
 (0)