diff --git a/content/components/form-control.mdx b/content/components/form-control.mdx
index d15278427..78191698f 100644
--- a/content/components/form-control.mdx
+++ b/content/components/form-control.mdx
@@ -24,6 +24,10 @@ To learn more about anatomy, input methods, forms structure, validation, and mor
## Accessibility
+### Required Fields
+
+When using symbols -e.g., an asterisk (*)- to indicate particular fields are required within a form, consider adding a "Required fields are marked with an asterisk (\*)" message at the top of the form for extra clarity.
+
### Known accessibility issues (GitHub staff only)
diff --git a/content/components/textarea.mdx b/content/components/textarea.mdx
index b2449e101..560d41354 100644
--- a/content/components/textarea.mdx
+++ b/content/components/textarea.mdx
@@ -39,8 +39,6 @@ Use a textarea to allow users to input a long string of free-form text.
For more information about the "valid" and "invalid" states, see the [validation section](../ui-patterns/forms/overview#validation) of the form design pattern guidelines.
-### Best practices
-
## Anatomy