From ee327c3efc20b3cd4c6d29fe6c05f13ab4dc039f Mon Sep 17 00:00:00 2001 From: ruben Date: Sat, 22 Feb 2025 20:31:22 -0800 Subject: [PATCH] fix: enhance clarity within badge reference page --- docs/en/reference/default-theme-badge.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/reference/default-theme-badge.md b/docs/en/reference/default-theme-badge.md index e23fde00..1cb2c07a 100644 --- a/docs/en/reference/default-theme-badge.md +++ b/docs/en/reference/default-theme-badge.md @@ -1,6 +1,6 @@ # Badge -The badge lets you add status to your headers. For example, it could be useful to specify the section's type, or supported version. +The badge lets you add status to your headers. For example, it could be useful to specify the section's type or supported version. ## Usage @@ -13,7 +13,7 @@ You may use the `Badge` component which is globally available. ### Title ``` -Code above renders like: +The code above renders like: ### Title ### Title @@ -22,7 +22,7 @@ Code above renders like: ## Custom Children -`` accept `children`, which will be displayed in the badge. +`` accepts `children`, which will be displayed in the badge. ```html ### Title custom element @@ -56,7 +56,7 @@ You can customize the style of badges by overriding css variables. The following ## `` -`` component accepts following props: +`` component accepts the following props: ```ts interface Props {