Skip to content

Commit 99c89fe

Browse files
authored
improve clarity once more
1 parent 4470330 commit 99c89fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/json-schema/single.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const schema: RJSFSchema = {
107107
render(<Form schema={schema} validator={validator} />, document.getElementById('app'));
108108
```
109109

110-
In your `uiSchema`, you may also specify `ui:enumNames`, which RJSF can use to label an enumeration.
110+
If you use `enum` in your JSON Schema, you may instead specify `ui:enumNames` in your `uiSchema`, which RJSF can use to label an enumeration.
111111

112112
```tsx
113113
import { RJSFSchema, UiSchema } from '@rjsf/utils';

0 commit comments

Comments
 (0)