Skip to content

Commit ab634ef

Browse files
authored
Fix typo
1 parent b036fcd commit ab634ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/08-styles-and-classes/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ En outre, `classList` est itérable, alors nous pouvons lister toutes les classe
8484

8585
## Style de l'élément
8686

87-
La propriété `elem.style` est un objet qui correspond à ce qui est écrit cans l'attribut `"style"`. Attribuant `elem.style.width="100px"` fonctionne de la même façon qu'un attribut `style` ayant une chaîne `width:100px`.
87+
La propriété `elem.style` est un objet qui correspond à ce qui est écrit dans l'attribut `"style"`. Attribuant `elem.style.width="100px"` fonctionne de la même façon qu'un attribut `style` ayant une chaîne `width:100px`.
8888

8989
Pour une propriété ayant plusieurs mots, camelCase est utilisé:
9090

0 commit comments

Comments
 (0)