diff --git a/modules/primer-utilities/docs/borders.md b/modules/primer-utilities/docs/borders.md index 52a62ed25a..f7adfd4e90 100644 --- a/modules/primer-utilities/docs/borders.md +++ b/modules/primer-utilities/docs/borders.md @@ -130,17 +130,17 @@ Use the following utilities to add or remove rounded corners: `rounded-0` remove You can also add rounded corners to each edge (top, right, bottom, left) with the following utilities: ```html -
- .rounded-top +
+ .rounded-top-1
-
- .rounded-right +
+ .rounded-right-1
-
- .rounded-bottom +
+ .rounded-bottom-1
-
- .rounded-left +
+ .rounded-left-1
```