diff --git a/src/content/docs/usecontroller/controller.mdx b/src/content/docs/usecontroller/controller.mdx
index bd6f65cae..13a093f22 100644
--- a/src/content/docs/usecontroller/controller.mdx
+++ b/src/content/docs/usecontroller/controller.mdx
@@ -24,7 +24,7 @@ The following table contains information about the arguments for `Controller`.
| `shouldUnregister` |
**Note:** this prop should be avoided when using with `useFieldArray` as `unregister` function gets called after input unmount/remount and reorder. |
| `disabled` |
defaultValues at useForm, skip using this prop.