From 176e9cd44c1fe4921447e2baf5d7bd06a182b5d1 Mon Sep 17 00:00:00 2001
From: Polaris <37720445+PolarisWasInDenial@users.noreply.github.com>
Date: Thu, 18 Jul 2024 03:32:56 -0500
Subject: [PATCH] Update default-theme-badge.md
---
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..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 {