aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/javascript
diff options
context:
space:
mode:
authorAntonio Riccelli <anton.riccelli@gmail.com>2021-03-13 11:12:57 +0100
committerGitHub <noreply@github.com>2021-03-13 11:12:57 +0100
commit784468b82bcd37eba68972276267d3ff6ebabe34 (patch)
tree94402c4f578d74370ce437e4ac7439fc3debc191 /files/fr/web/javascript
parentf738431e63bee11895cfff91e82cbda0f439122f (diff)
downloadtranslated-content-784468b82bcd37eba68972276267d3ff6ebabe34.tar.gz
translated-content-784468b82bcd37eba68972276267d3ff6ebabe34.tar.bz2
translated-content-784468b82bcd37eba68972276267d3ff6ebabe34.zip
Correct typo
Diffstat (limited to 'files/fr/web/javascript')
-rw-r--r--files/fr/web/javascript/reference/statements/function/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/javascript/reference/statements/function/index.html b/files/fr/web/javascript/reference/statements/function/index.html
index 3489676831..64433c3715 100644
--- a/files/fr/web/javascript/reference/statements/function/index.html
+++ b/files/fr/web/javascript/reference/statements/function/index.html
@@ -37,7 +37,7 @@ original_slug: Web/JavaScript/Reference/Instructions/function
<dl>
<dt><code>instructions</code></dt>
- <dd>Les instructions qui constituent le corps de la fonctio.</dd>
+ <dd>Les instructions qui constituent le corps de la fonction.</dd>
</dl>
<h2 id="Description">Description</h2>