aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/global_objects/object/tosource
diff options
context:
space:
mode:
authorFilipe Moraes <filipemoraes2210@gmail.com>2021-11-23 22:52:43 -0300
committerGitHub <noreply@github.com>2021-11-23 22:52:43 -0300
commitd6f5c055aab804e87367ab9633fb1e9a23c6e053 (patch)
tree6b3f989e84570b1f9201210c25d4831c9dbaf75e /files/pt-br/web/javascript/reference/global_objects/object/tosource
parent0b05ede585c6b6fa0c63083fb5d199a110d7d799 (diff)
downloadtranslated-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/tosource')
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/object/tosource/index.html2
1 files changed, 1 insertions, 1 deletions
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>