docs(ml-natural-language): JSON lint: quote property keys, no t… (#3263)

This commit is contained in:
Mike Hardy
2020-03-03 10:43:32 -05:00
committed by GitHub
parent aa075fce41
commit 3a839359b5

View File

@@ -45,12 +45,12 @@ Add any of the keys indicated below to your JSON file and set them to `true` to
```json5
{
'react-native': {
"react-native": {
// Language Identification
ml_natural_language_language_id_model: false,
"ml_natural_language_language_id_model": false,
// Smart Replies
ml_natural_language_smart_reply_model: false,
},
"ml_natural_language_smart_reply_model": false
}
}
```