diff --git a/packages/@react-spectrum/textfield/docs/TextArea.mdx b/packages/@react-spectrum/textfield/docs/TextArea.mdx index 324cd84c6d1..53f62a19489 100644 --- a/packages/@react-spectrum/textfield/docs/TextArea.mdx +++ b/packages/@react-spectrum/textfield/docs/TextArea.mdx @@ -149,7 +149,7 @@ function Example() { ### Quiet -[View guidelines](https://spectrum.adobe.com/page/text-field/#Quiet) +[View guidelines](https://spectrum.adobe.com/page/text-area/#Quiet) In addition to changing the visual style of the TextArea, the `isQuiet` prop removes the ability to manually resize the TextArea. To compensate, the TextArea automatically adjusts its own height to accommodate for additional lines of text. @@ -160,7 +160,7 @@ To compensate, the TextArea automatically adjusts its own height to accommodate ### Disabled -[View guidelines](https://spectrum.adobe.com/page/text-field/#Disabled) +[View guidelines](https://spectrum.adobe.com/page/text-area/#Disabled) ```tsx example