change "Plane" to "Plain"

This commit is contained in:
Vibhor Kumar 2018-05-09 01:42:12 +00:00 committed by GitHub
parent ef6bbd117e
commit b39b424c94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ class SettingsComponent extends Component {
<Input
type='textarea'
name='json'
label='Plane JSON'
label='Plain JSON'
spellCheck='false'
error={this.state.errors.json}
onChange={this.bindValue.bind(this)}