diff --git a/modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx b/modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx index c050356398..bc5ade301c 100644 --- a/modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx +++ b/modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx @@ -341,7 +341,7 @@ updating your imports from `@workday/canvas-kit-preview-react/form-field` to #### Form Field Group -We've added a new component to the `form-field` package to allow users to group inputs without +We've added a new component to the `FormField` package to allow users to group inputs without worrying about setting the `as` prop on the `FormField` component. Use `FormFieldGroup` when you have a group of inputs that need to be associated to one another, like