Skip to content

Commit fcac362

Browse files
committed
984868: Update the height in React Document Editor
1 parent ec97ca5 commit fcac362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Document-Processing/Word/Word-Processor/react/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To get started quickly with DocumentEditor component, you can check the video be
2222

2323
## Dependencies
2424

25-
Following is the list of minimum dependencies required to use the documenteditor.
25+
Following is the list of minimum dependencies required to use the document editor.
2626

2727
```javascript
2828
|-- @syncfusion/ej2-react-documenteditor
@@ -139,7 +139,7 @@ import * as React from 'react';
139139
import { DocumentEditorContainerComponent, Toolbar } from '@syncfusion/ej2-react-documenteditor';
140140
DocumentEditorContainerComponent.Inject(Toolbar);
141141
function App() {
142-
return (<DocumentEditorContainerComponent id="container" style={{ 'height': '590px' }} serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" enableToolbar={true}/>);
142+
return (<DocumentEditorContainerComponent id="container" height={'590px'} serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" enableToolbar={true}/>);
143143
}
144144
export default App
145145

0 commit comments

Comments
 (0)