diff options
| author | Christian Oliff <[email protected]> | 2022-05-16 13:55:56 +0900 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-05-16 07:14:42 -0700 |
| commit | da541014cb9caf830b77fa8993da0465b7210aac (patch) | |
| tree | 66ae5b5957213786d2877f6cf0d57bae133c06a1 | |
| parent | e12e0806fbf7f7896316a142d732052a72b16aab (diff) | |
| download | bootstrap-da541014cb9caf830b77fa8993da0465b7210aac.tar.xz bootstrap-da541014cb9caf830b77fa8993da0465b7210aac.zip | |
Correct rounded sizes number
| -rw-r--r-- | site/content/docs/5.2/utilities/borders.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/utilities/borders.md b/site/content/docs/5.2/utilities/borders.md index 1df69f372..0cf9a7454 100644 --- a/site/content/docs/5.2/utilities/borders.md +++ b/site/content/docs/5.2/utilities/borders.md @@ -128,7 +128,7 @@ Add classes to an element to easily round its corners. ### Sizes -Use the scaling classes for larger or smaller rounded corners. Sizes range from `0` to `3`, and can be configured by modifying the utilities API. +Use the scaling classes for larger or smaller rounded corners. Sizes range from `0` to `5`, and can be configured by modifying the utilities API. {{< example class="bd-example-rounded-utils" >}} {{< placeholder width="75" height="75" class="rounded-0" title="Example non-rounded image" >}} |
