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 {