diff options
| author | Filipe Moraes <filipemoraes2210@gmail.com> | 2021-11-23 22:52:43 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-23 22:52:43 -0300 |
| commit | d6f5c055aab804e87367ab9633fb1e9a23c6e053 (patch) | |
| tree | 6b3f989e84570b1f9201210c25d4831c9dbaf75e /files/pt-br/web/javascript/reference/global_objects/object | |
| parent | 0b05ede585c6b6fa0c63083fb5d199a110d7d799 (diff) | |
| download | translated-content-d6f5c055aab804e87367ab9633fb1e9a23c6e053.tar.gz translated-content-d6f5c055aab804e87367ab9633fb1e9a23c6e053.tar.bz2 translated-content-d6f5c055aab804e87367ab9633fb1e9a23c6e053.zip | |
Fix Typos (#3190)
* fix: typos
* fix: another typo
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/object')
3 files changed, 3 insertions, 3 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/object/defineproperty/index.html b/files/pt-br/web/javascript/reference/global_objects/object/defineproperty/index.html index 587ce03721..4ac45fb597 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/defineproperty/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/defineproperty/index.html @@ -316,7 +316,7 @@ arc.temperature = 11; arc.temperature = 13; arc.getArchive(); // [{ val: 11 }, { val: 13 }]</pre> -<p>Neste exemplo, um getter sempre returna o mesmo valor.</p> +<p>Neste exemplo, um getter sempre retorna o mesmo valor.</p> <pre class="brush: js notranslate">var pattern = { get: function () { diff --git a/files/pt-br/web/javascript/reference/global_objects/object/tolocalestring/index.html b/files/pt-br/web/javascript/reference/global_objects/object/tolocalestring/index.html index e38ec0d8a2..d186c6c9ac 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/tolocalestring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/tolocalestring/index.html @@ -30,7 +30,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Object/toLocaleString <h2 id="Descrição">Descrição</h2> -<p><code>toLocaleString</code> do {{jsxref("Object")}} returna o resultado da chamada {{jsxref("Object.toString", "toString()")}}.</p> +<p><code>toLocaleString</code> do {{jsxref("Object")}} retorna o resultado da chamada {{jsxref("Object.toString", "toString()")}}.</p> <p>Esta função é provida para dar aos objetos um método <code>toLocaleString</code> genérico, mesmo que nem todos os usem. Veja a lista abaixo.</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/tosource/index.html b/files/pt-br/web/javascript/reference/global_objects/object/tosource/index.html index 5e13a8eb4d..faa522f294 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/tosource/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/tosource/index.html @@ -40,7 +40,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Object/toSource } </pre> </li> - <li>Para instâncias de {{jsxref("Object")}}, <code>toSource()</code> returna a <em>string</em> representando o código fonte.</li> + <li>Para instâncias de {{jsxref("Object")}}, <code>toSource()</code> retorna a <em>string</em> representando o código fonte.</li> </ul> <p>Você pode chamar <code>toSource()</code> enquanto debuga para examinar os conteúdos de um objeto.</p> |
