diff --git a/docs/data/material/components/number-field/number-field.md b/docs/data/material/components/number-field/number-field.md index 14b980d987914b..7d0ef032815eb2 100644 --- a/docs/data/material/components/number-field/number-field.md +++ b/docs/data/material/components/number-field/number-field.md @@ -46,7 +46,7 @@ yarn add @base-ui/react ## Outlined field The outlined field uses the same building-block components as Material UI's outlined `TextField`—`FormControl`, `OutlinedInput`, `InputLabel`, and `FormHelperText`—with end adornments for the increment and decrement buttons. -See [Text Field—Compononents](/material-ui/react-text-field/#components) for more details. +See [Text Field—Components](/material-ui/react-text-field/#components) for more details. {{"demo": "FieldDemo.js"}}