From 191c9124aa6d992c1cd196a12aac6d1dbb5756e1 Mon Sep 17 00:00:00 2001 From: Clóvis Lima Júnior Date: Sat, 17 Jul 2021 00:14:43 -0300 Subject: [pt-BR] Normalize titles and ids from the Browser_compatibility (#1115) * [pt-BR] Normalize titles and ids from the Browser_compatibility This change was done to maintaina pattern and ease-in future modifications * pt-br: Remove extra closing span tags --- .../web/javascript/reference/global_objects/function/apply/index.html | 2 +- .../web/javascript/reference/global_objects/function/bind/index.html | 2 +- .../web/javascript/reference/global_objects/function/call/index.html | 2 +- .../web/javascript/reference/global_objects/function/caller/index.html | 2 +- .../web/javascript/reference/global_objects/function/length/index.html | 2 +- .../javascript/reference/global_objects/function/tostring/index.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'files/pt-br/web/javascript/reference/global_objects/function') diff --git a/files/pt-br/web/javascript/reference/global_objects/function/apply/index.html b/files/pt-br/web/javascript/reference/global_objects/function/apply/index.html index a51af3db97..0fdf25b4a5 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/apply/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/apply/index.html @@ -170,7 +170,7 @@ someobject.foo = function() { -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/function/bind/index.html b/files/pt-br/web/javascript/reference/global_objects/function/bind/index.html index 10f3ea1b8c..a1a5b527f9 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/bind/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/bind/index.html @@ -248,7 +248,7 @@ slice(arguments); -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/function/call/index.html b/files/pt-br/web/javascript/reference/global_objects/function/call/index.html index a0356bf585..2a305d0953 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/call/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/call/index.html @@ -133,7 +133,7 @@ apresentacao.call(i); // Douglas Crockford é um excelente Desenvolvedor Javascr -

Compatibilidade de Browser

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/function/caller/index.html b/files/pt-br/web/javascript/reference/global_objects/function/caller/index.html index c380d89d7f..789aafe3a5 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/caller/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/caller/index.html @@ -70,7 +70,7 @@ while (f) {

Não faz parte de nenhuma especificação. Implementado no JavaScript 1.5.

-

Compatibilidade com os navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/function/length/index.html b/files/pt-br/web/javascript/reference/global_objects/function/length/index.html index a116f07892..61af24a2e4 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/length/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/length/index.html @@ -58,7 +58,7 @@ console.log((function(...args) {}).length); /* 0, rest parameter is not counted -

Compatibilidade com o Navegador

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/function/tostring/index.html b/files/pt-br/web/javascript/reference/global_objects/function/tostring/index.html index c4d6fbbfb6..447a684c6f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/tostring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/tostring/index.html @@ -217,7 +217,7 @@ Function("a", "b") -

Compatibilidade de navegador

+

Compatibilidade com navegadores

-- cgit v1.2.3-54-g00ecf