diff --git a/docs/form-customization.md b/docs/form-customization.md index a42c0f6fa0..8603d991ed 100644 --- a/docs/form-customization.md +++ b/docs/form-customization.md @@ -596,7 +596,7 @@ const uiSchema = { ### Description texts -Sometimes it's convenient to change description a field. This is the purpose of the `ui:description` uiSchema directive: +Sometimes it's convenient to change the description of a field. This is the purpose of the `ui:description` uiSchema directive: ```js const schema = {type: "string"};