diff --git a/docs/charts/area.md b/docs/charts/area.md
index d18f6bdb8..02a4c7cad 100644
--- a/docs/charts/area.md
+++ b/docs/charts/area.md
@@ -13,9 +13,9 @@ Both [line](line.md) and [radar](radar.md) charts support a `fill` option on the
| Boundary 2 | `string` | `'start'`, `'end'`, `'origin'` |
| Disabled 3 | `boolean` | `false` |
-> 1 dataset filling modes have been introduced in version 2.6.0
-> 2 prior version 2.6.0, boundary values was `'zero'`, `'top'`, `'bottom'` (deprecated)
-> 3 for backward compatibility, `fill: true` (default) is equivalent to `fill: 'origin'`
+> 1 dataset filling modes have been introduced in version 2.6.0
+> 2 prior version 2.6.0, boundary values was `'zero'`, `'top'`, `'bottom'` (deprecated)
+> 3 for backward compatibility, `fill: true` (default) is equivalent to `fill: 'origin'`
**Example**
```javascript