aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/html/attributes/maxlength/index.md
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-07 21:04:18 +0100
committerGitHub <noreply@github.com>2021-11-07 21:04:18 +0100
commitb8411e69dbd90d499f9fe2f485c22511cf8b6505 (patch)
treec23e293c00a7a23d6e12475e26151f1af80a60e0 /files/fr/web/html/attributes/maxlength/index.md
parentcef2032e46332b6df4aa644e5f8edeea24909f0f (diff)
downloadtranslated-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/attributes/maxlength/index.md')
-rw-r--r--files/fr/web/html/attributes/maxlength/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/html/attributes/maxlength/index.md b/files/fr/web/html/attributes/maxlength/index.md
index 1be9f67ab1..62250c498e 100644
--- a/files/fr/web/html/attributes/maxlength/index.md
+++ b/files/fr/web/html/attributes/maxlength/index.md
@@ -28,7 +28,7 @@ Bien que le navigateur empêche généralement l'utilisateur de saisir plus de t
<input type="password" maxlength="4"/>
```
-{{EmbedLiveSample('examples', '', 100)}}
+{{EmbedLiveSample('Exemple', '', 100)}}
## Spécifications