From cc45ffc28e2ec2babc309a1571597950c17ec424 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 16 May 2022 13:55:56 +0900 Subject: [PATCH] Correct rounded sizes number --- site/content/docs/5.2/utilities/borders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.2/utilities/borders.md b/site/content/docs/5.2/utilities/borders.md index 1df69f3725ee..0cf9a7454660 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" >}}