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 --- files/pt-br/web/javascript/reference/classes/constructor/index.html | 2 +- files/pt-br/web/javascript/reference/classes/extends/index.html | 2 +- files/pt-br/web/javascript/reference/classes/index.html | 2 +- files/pt-br/web/javascript/reference/classes/static/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'files/pt-br/web/javascript/reference/classes') diff --git a/files/pt-br/web/javascript/reference/classes/constructor/index.html b/files/pt-br/web/javascript/reference/classes/constructor/index.html index 3b8a64429b..df9eb7f023 100644 --- a/files/pt-br/web/javascript/reference/classes/constructor/index.html +++ b/files/pt-br/web/javascript/reference/classes/constructor/index.html @@ -89,7 +89,7 @@ translation_of: Web/JavaScript/Reference/Classes/constructor -

Compatibilidade de navegadores

+

Compatibilidade com navegadores


Download da versão Firefox para testes (Nightly) em: https://nightly.mozilla.org/

diff --git a/files/pt-br/web/javascript/reference/classes/extends/index.html b/files/pt-br/web/javascript/reference/classes/extends/index.html index 534a1c2e33..2b0736af11 100644 --- a/files/pt-br/web/javascript/reference/classes/extends/index.html +++ b/files/pt-br/web/javascript/reference/classes/extends/index.html @@ -92,7 +92,7 @@ Object.getPrototypeOf(nullExtends.prototype) // null -

Compatibilidade com os navegadores

+

Compatibilidade com navegadores

diff --git a/files/pt-br/web/javascript/reference/classes/index.html b/files/pt-br/web/javascript/reference/classes/index.html index 62f5d0270f..0157d8ff82 100644 --- a/files/pt-br/web/javascript/reference/classes/index.html +++ b/files/pt-br/web/javascript/reference/classes/index.html @@ -340,7 +340,7 @@ console.log(humano.falar()) -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

diff --git a/files/pt-br/web/javascript/reference/classes/static/index.html b/files/pt-br/web/javascript/reference/classes/static/index.html index 4bf01b5899..633132c9ea 100644 --- a/files/pt-br/web/javascript/reference/classes/static/index.html +++ b/files/pt-br/web/javascript/reference/classes/static/index.html @@ -116,7 +116,7 @@ console.log(tp.tripple()); //Logs 'tp.tripple is not a function'. -

Compatibilidade com os navegadores

+

Compatibilidade com navegadores

-- cgit v1.2.3-54-g00ecf