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/code | |
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/code')
-rw-r--r-- | files/fr/web/html/element/code/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/html/element/code/index.md b/files/fr/web/html/element/code/index.md index 2020c817fb..41f31417b9 100644 --- a/files/fr/web/html/element/code/index.md +++ b/files/fr/web/html/element/code/index.md @@ -107,7 +107,7 @@ Un paragraphe de texte qui contient `<code>` : La sortie générée par ce HTML ressemble à ceci : -{{EmbedLiveSample('example', '', 100)}} +{{EmbedLiveSample('Exemples', '', 100)}} ## Notes |