1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 10:29:48 +02:00

Fix case in spellCheck (#592)

This commit is contained in:
Kenneth Truong
2017-02-13 16:30:48 -08:00
committed by Ian Storm Taylor
parent 3a23c21848
commit 8214641e75

View File

@@ -80,7 +80,7 @@ class LargeDocument extends React.Component {
<Editor
placeholder={'Enter some plain text...'}
schema={schema}
spellcheck={false}
spellCheck={false}
state={this.state.state}
onChange={this.onChange}
/>