From 712701ff2ce6667d851e8156a8c408ad4029fb3f Mon Sep 17 00:00:00 2001 From: Jose Garcia <54786476+Tauromachian@users.noreply.github.com> Date: Sat, 15 Mar 2025 17:14:36 -0400 Subject: [PATCH 1/2] docs: set correct description for border prop --- packages/api-generator/src/locale/en/border.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api-generator/src/locale/en/border.json b/packages/api-generator/src/locale/en/border.json index 9639eecdf72..083fc2719c2 100644 --- a/packages/api-generator/src/locale/en/border.json +++ b/packages/api-generator/src/locale/en/border.json @@ -1,5 +1,5 @@ { "props": { - "border": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**." + "border": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example `border-sm` is is used as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)." } } From ad2d10706cde19aa2879dbeb59bb06889824569a Mon Sep 17 00:00:00 2001 From: Tauromachian <54786476+Tauromachian@users.noreply.github.com> Date: Sun, 23 Mar 2025 06:50:22 -0400 Subject: [PATCH 2/2] docs: fix typo in border.json description --- packages/api-generator/src/locale/en/border.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api-generator/src/locale/en/border.json b/packages/api-generator/src/locale/en/border.json index 083fc2719c2..f802a0b292b 100644 --- a/packages/api-generator/src/locale/en/border.json +++ b/packages/api-generator/src/locale/en/border.json @@ -1,5 +1,5 @@ { "props": { - "border": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example `border-sm` is is used as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)." + "border": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)." } }