diff options
-rw-r--r-- | files/pt-br/web/javascript/reference/operators/function/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/javascript/reference/operators/function/index.html b/files/pt-br/web/javascript/reference/operators/function/index.html index 667f9b1474..af5f55ecf2 100644 --- a/files/pt-br/web/javascript/reference/operators/function/index.html +++ b/files/pt-br/web/javascript/reference/operators/function/index.html @@ -13,7 +13,7 @@ translation_of: Web/JavaScript/Reference/Operators/function --- <div>{{jsSidebar("Operators")}}</div> -<p>A palavara-chave <strong><code>function</code></strong> pode ser usada para definir uma função dentro de uma expressão.</p> +<p>A palavra-chave <strong><code>function</code></strong> pode ser usada para definir uma função dentro de uma expressão.</p> <h2 id="Sintaxe">Sintaxe</h2> |