Skip to content

Commit 57ea375

Browse files
Merge pull request #1594 from syncfusion-content/984868-reactDev
984868: Update the height in React Document Editor
2 parents 284c70b + 3334a31 commit 57ea375

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ To get started quickly with DocumentEditor component, you can check the video be
1818

1919
## Prerequisites
2020

21-
[System requirements for Syncfusion<sup style="font-size:70%">&reg;</sup> Document Editor](https://ej2.syncfusion.com/vue/documentation/system-requirements/)
21+
[System requirements for Syncfusion<sup style="font-size:70%">&reg;</sup> Document Editor](https://ej2.syncfusion.com/vue/documentation/system-requirements)
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)