Skip to content

Commit 5337648

Browse files
authored
Merge pull request #310 from sfinx13/patch-1
Fix typo
2 parents b036fcd + ab634ef commit 5337648

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)