diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-07 21:04:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-07 21:04:18 +0100 |
commit | b8411e69dbd90d499f9fe2f485c22511cf8b6505 (patch) | |
tree | c23e293c00a7a23d6e12475e26151f1af80a60e0 /files/fr/web/html/element/em | |
parent | cef2032e46332b6df4aa644e5f8edeea24909f0f (diff) | |
download | translated-content-b8411e69dbd90d499f9fe2f485c22511cf8b6505.tar.gz translated-content-b8411e69dbd90d499f9fe2f485c22511cf8b6505.tar.bz2 translated-content-b8411e69dbd90d499f9fe2f485c22511cf8b6505.zip |
Fix HTML live sample errors (#3002)
Diffstat (limited to 'files/fr/web/html/element/em')
-rw-r--r-- | files/fr/web/html/element/em/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/html/element/em/index.md b/files/fr/web/html/element/em/index.md index 38c4539363..07cc7b951e 100644 --- a/files/fr/web/html/element/em/index.md +++ b/files/fr/web/html/element/em/index.md @@ -122,7 +122,7 @@ L'élément `<em>` est souvent utilisé pour indiquer un contraste, implicite ou ### Résultat -{{EmbedLiveSample("example", "", 100)}} +{{EmbedLiveSample("Exemple", "", 100)}} ## Spécifications |