aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web')
-rw-r--r--files/fr/web/api/formdata/get/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/formdata/get/index.html b/files/fr/web/api/formdata/get/index.html
index 72267b3a68..7d8a41dfe3 100644
--- a/files/fr/web/api/formdata/get/index.html
+++ b/files/fr/web/api/formdata/get/index.html
@@ -32,7 +32,7 @@ translation_of: Web/API/FormData/get
<h3 id="Valeur_retournée">Valeur retournée</h3>
-<p>Un {{domxref("FormDataEntryValue")}} contenant la valeur. Si la clé n'existe pas, la méthode renvoie zéro.</p>
+<p>Un {{domxref("FormDataEntryValue")}} contenant la valeur. Si la clé n'existe pas, la méthode renvoie null.</p>
<h2 id="Exemple">Exemple</h2>