From d6f5c055aab804e87367ab9633fb1e9a23c6e053 Mon Sep 17 00:00:00 2001 From: Filipe Moraes Date: Tue, 23 Nov 2021 22:52:43 -0300 Subject: Fix Typos (#3190) * fix: typos * fix: another typo --- .../web/javascript/reference/global_objects/object/tosource/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/pt-br/web/javascript/reference/global_objects/object/tosource/index.html') 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 } -
  • Para instâncias de {{jsxref("Object")}}, toSource() returna a string representando o código fonte.
  • +
  • Para instâncias de {{jsxref("Object")}}, toSource() retorna a string representando o código fonte.
  • Você pode chamar toSource() enquanto debuga para examinar os conteúdos de um objeto.

    -- cgit v1.2.3-54-g00ecf