diff --git a/fields/select.md b/fields/select.md index 5f78710..1ac96d8 100644 --- a/fields/select.md +++ b/fields/select.md @@ -62,7 +62,7 @@ If you select the first item, the `value` will be `"Personal"` in the model. If you select the second item, the `value` will be `"en-US"` in the model. -### Creating an \ with Select field: +### Creating an `` with Select field: ```js {