aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/_colon_host-context()/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/css/_colon_host-context()/index.md')
-rw-r--r--files/fr/web/css/_colon_host-context()/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/css/_colon_host-context()/index.md b/files/fr/web/css/_colon_host-context()/index.md
index f1c99619f4..cc5d41645f 100644
--- a/files/fr/web/css/_colon_host-context()/index.md
+++ b/files/fr/web/css/_colon_host-context()/index.md
@@ -21,7 +21,7 @@ Un cas d'usage fréquent consiste à utilise un sélecteur de descendant — `h1
/* Cible un hôte uniquement si c'est un descendant
du sélecteur passé en argument */
:host-context(h1) {
-  font-weight: bold;
+ font-weight: bold;
}
:host-context(main article) {