docs(nocode): fix typo in autocomplete annotation (#2664)

This commit is contained in:
Dexter Lee 2021-06-08 09:08:45 -07:00 committed by GitHub
parent d3a1e2ccab
commit 83c5259d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,7 +212,7 @@ record ServiceKey {
*/
@Searchable = {
"fieldType": "TEXT_PARTIAL",
"enableAutoComplete": true
"enableAutocomplete": true
}
name: string
}