Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
French translation, one missing word added in the sentence.
Traduction française, un mot manquant ajouté dans la phrase.
  • Loading branch information
hoel44 authored Oct 23, 2024
1 parent ace9f1a commit ce6ff0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Supprimer des éléments est également plutôt simple, dès lors qu'on a une r
sect.removeChild(linkPara);
```

Si vous souhaitez un élément uniquement à partir d'une référence à cet élément, comme c'est souvent le cas, vous pouvez utiliser [`Element.remove()`](/fr/docs/Web/API/Element/remove) :
Si vous souhaitez supprimer un élément uniquement à partir d'une référence à cet élément, comme c'est souvent le cas, vous pouvez utiliser [`Element.remove()`](/fr/docs/Web/API/Element/remove) :

```js
linkPara.remove();
Expand Down

0 comments on commit ce6ff0d

Please sign in to comment.