Fix typo.

master
Stéphane Adjemian (Ryûk) 2022-08-29 15:50:30 +02:00
parent 2dce461c8d
commit f352f288da
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
counter-increment: definition; counter-increment: definition;
} }
.definition:before { .definition:before {
content: "Définition " counter(definion) "."; content: "Définition " counter(definition) ".";
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
} }