diff options
author | Antonio Riccelli <anton.riccelli@gmail.com> | 2021-03-13 11:12:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 11:12:57 +0100 |
commit | 784468b82bcd37eba68972276267d3ff6ebabe34 (patch) | |
tree | 94402c4f578d74370ce437e4ac7439fc3debc191 /files/fr | |
parent | f738431e63bee11895cfff91e82cbda0f439122f (diff) | |
download | translated-content-784468b82bcd37eba68972276267d3ff6ebabe34.tar.gz translated-content-784468b82bcd37eba68972276267d3ff6ebabe34.tar.bz2 translated-content-784468b82bcd37eba68972276267d3ff6ebabe34.zip |
Correct typo
Diffstat (limited to 'files/fr')
-rw-r--r-- | files/fr/web/javascript/reference/statements/function/index.html | 2 |
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> |