diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-12-12 18:03:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-12 18:03:24 +0100 |
commit | a1bec3ff365a7dbb2a28524a5b4cb4cc20e742e7 (patch) | |
tree | cf1092af1fe2f51f4241794b502bbfa44905ef14 /files/fr/web/web_components | |
parent | 45dd92c19238858b6c5359fd402cbe4cc5b922ce (diff) | |
download | translated-content-a1bec3ff365a7dbb2a28524a5b4cb4cc20e742e7.tar.gz translated-content-a1bec3ff365a7dbb2a28524a5b4cb4cc20e742e7.tar.bz2 translated-content-a1bec3ff365a7dbb2a28524a5b4cb4cc20e742e7.zip |
Fix EmbedLiveSample errors (#3115)
Diffstat (limited to 'files/fr/web/web_components')
-rw-r--r-- | files/fr/web/web_components/using_templates_and_slots/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/web_components/using_templates_and_slots/index.md b/files/fr/web/web_components/using_templates_and_slots/index.md index 0301ce8fa9..22917977ac 100644 --- a/files/fr/web/web_components/using_templates_and_slots/index.md +++ b/files/fr/web/web_components/using_templates_and_slots/index.md @@ -240,7 +240,7 @@ body { margin-top: 47px } Assemblons l'ensemble des fragments pour voir le résultat final. -{{ EmbedLiveSample('exemple_complet', '300','400','element-details.png','') }} +{{ EmbedLiveSample('Un_exemple_plus_complexe', '300','400','element-details.png','') }} Quelques notes à propos du résultat affiché : |