Skip to content

Commit d587d54

Browse files
authored
chore(repo): Update render docs to refer to correct option name (#287)
1 parent 88e06a4 commit d587d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/render.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ disableDefaultStyle?: boolean;
4141
If `true`, disables all of the default styles for all components for the rendering operation.
4242

4343
```ts
44-
inline?: boolean;
44+
inlineCss?: boolean;
4545
```
4646

4747
If `true`, converts any elements with CSS class names to use style attributes with the combined CSS styles from the class names on the element. This option loads the [`plugin-inline`](https://github.com/shellscape/jsx-email/blob/main/packages/plugin-inline) plugin.

0 commit comments

Comments
 (0)