diff --git a/packages/draft-js-export-html/README.md b/packages/draft-js-export-html/README.md index 95282c8..9f920aa 100644 --- a/packages/draft-js-export-html/README.md +++ b/packages/draft-js-export-html/README.md @@ -42,7 +42,7 @@ let options = { }; let html = stateToHTML(contentState, options); ``` -### `inlineStylesFn` +### `inlineStyleFn` You can define custom function to return rendering options based on inline styles. Similar to draft.js [customStyleFn](https://draftjs.org/docs/api-reference-editor.html#customstylefn).