Skip to content

Commit

Permalink
docs(nocode): fix typo in autocomplete annotation (#2664)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexter Lee authored Jun 8, 2021
1 parent d3a1e2c commit 83c5259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/no-code-modeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ record ServiceKey {
*/
@Searchable = {
"fieldType": "TEXT_PARTIAL",
"enableAutoComplete": true
"enableAutocomplete": true
}
name: string
}
Expand Down

0 comments on commit 83c5259

Please sign in to comment.