aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/fr/web/html/element/ol/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/html/element/ol/index.md b/files/fr/web/html/element/ol/index.md
index 0d7e7302d1..1ad590cfad 100644
--- a/files/fr/web/html/element/ol/index.md
+++ b/files/fr/web/html/element/ol/index.md
@@ -164,7 +164,7 @@ Le HTML ci-dessus affichera :
### Utilisation des chiffres romains
```html
-<ol start="i">
+<ol type="i">
<li>Introduction</li>
<li>Liste des Greffes</li>
<li>Conclusion</li>