diff --git a/docs/rules/require-img-alt.md b/docs/rules/require-img-alt.md
index 29987557..ae11def7 100644
--- a/docs/rules/require-img-alt.md
+++ b/docs/rules/require-img-alt.md
@@ -33,15 +33,15 @@ Examples of **incorrect** code for this rule:
```html,incorrect
-
-
-
```
Examples of **correct** code for this rule:
```html,correct
+
+
+
```
### Options