diff --git a/docs/en/reference/default-theme-badge.md b/docs/en/reference/default-theme-badge.md index e23fde00..79204ab9 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 above code renders as: ### 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 inside of 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: +The `` component accepts the following properties: ```ts interface Props {