diff --git a/modules/primer-utilities/docs/margin.md b/modules/primer-utilities/docs/margin.md index ed1447a2..7e8e61dd 100644 --- a/modules/primer-utilities/docs/margin.md +++ b/modules/primer-utilities/docs/margin.md @@ -31,7 +31,7 @@ Since margin utilities have many variations and will be used in many places, we _**Note:** The blue in the examples represents the element, and the orange represents the margin_ -## Uniform spacing +## Uniform margins Use uniform spacing utilities to apply equal margin to all sides of an element. These utilities can change or override default margins, and can be used with a spacing scale from 0-6. @@ -59,7 +59,7 @@ Use uniform spacing utilities to apply equal margin to all sides of an element. ``` -## Directional spacing +## Directional margins Use directional utilities to apply margin to an individual side, or the X and Y axis of an element. Directional utilities can change or override default margins, and can be used with a spacing scale of 0-6. diff --git a/modules/primer-utilities/docs/padding.md b/modules/primer-utilities/docs/padding.md index 94289f01..7395e25f 100644 --- a/modules/primer-utilities/docs/padding.md +++ b/modules/primer-utilities/docs/padding.md @@ -30,7 +30,7 @@ Since padding utilities have many variations and will be used in many places, we _**Note:** The blue in the examples below represents the element, and the green represents the padding._ -## Uniform spacing +## Uniform padding Use uniform spacing utilities to apply equal padding to all sides of an element. These utilities can be used with a spacing scale from 0-6. @@ -58,7 +58,7 @@ Use uniform spacing utilities to apply equal padding to all sides of an element. ``` -## Directional spacing +## Directional padding Use directional utilities to apply padding to an individual side, or the X and Y axis of an element. Directional utilities can change or override default padding, and can be used with a spacing scale of 0-6.