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/api/console/assert/index.html | 2 +- files/pt-br/web/api/console/count/index.html | 2 +- files/pt-br/web/api/console/dir/index.html | 2 +- files/pt-br/web/api/console/error/index.html | 2 +- files/pt-br/web/api/console/info/index.html | 2 +- files/pt-br/web/api/console/log/index.html | 2 +- files/pt-br/web/api/console/table/index.html | 2 +- files/pt-br/web/api/console/time/index.html | 2 +- files/pt-br/web/api/console/warn/index.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'files/pt-br/web/api/console') diff --git a/files/pt-br/web/api/console/assert/index.html b/files/pt-br/web/api/console/assert/index.html index 571815d791..b93946feb7 100644 --- a/files/pt-br/web/api/console/assert/index.html +++ b/files/pt-br/web/api/console/assert/index.html @@ -54,7 +54,7 @@ console.assert(afirmação, msg [, subst1, ..., s -

Compatibilidade entre os navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}

diff --git a/files/pt-br/web/api/console/count/index.html b/files/pt-br/web/api/console/count/index.html index b9328b5e91..e88c11a218 100644 --- a/files/pt-br/web/api/console/count/index.html +++ b/files/pt-br/web/api/console/count/index.html @@ -95,7 +95,7 @@ console.count("alice"); -

Compatibilidade de browsers

+

Compatibilidade com navegadores

{{CompatibilityTable}}

diff --git a/files/pt-br/web/api/console/dir/index.html b/files/pt-br/web/api/console/dir/index.html index aa5c153903..1ea88be467 100644 --- a/files/pt-br/web/api/console/dir/index.html +++ b/files/pt-br/web/api/console/dir/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/Console/dir

Console Object API

-

Compatibilidade do Browser

+

Compatibilidade com navegadores

{{ CompatibilityTable() }}

diff --git a/files/pt-br/web/api/console/error/index.html b/files/pt-br/web/api/console/error/index.html index bf0ff45540..bb7ee1d4d0 100644 --- a/files/pt-br/web/api/console/error/index.html +++ b/files/pt-br/web/api/console/error/index.html @@ -53,7 +53,7 @@ console.exception(msg [, subst1, ..., substN]); -

Compatibilidade com os navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/api/console/info/index.html b/files/pt-br/web/api/console/info/index.html index e4033e254d..082ae5939f 100644 --- a/files/pt-br/web/api/console/info/index.html +++ b/files/pt-br/web/api/console/info/index.html @@ -47,7 +47,7 @@ console.info(msg [, subst1, ..., substN]); -

Compatibilidade de Browser

+

Compatibilidade com navegadores

{{CompatibilityTable}}

diff --git a/files/pt-br/web/api/console/log/index.html b/files/pt-br/web/api/console/log/index.html index b25a14a3fe..b41ed58e2d 100644 --- a/files/pt-br/web/api/console/log/index.html +++ b/files/pt-br/web/api/console/log/index.html @@ -32,7 +32,7 @@ console.log(msg[, subst1, ..., substN]);

Não faz parte de nenhuma especificação.

-

Browser compatibility

+

Compatibilidade com navegadores

{{CompatibilityTable}}

diff --git a/files/pt-br/web/api/console/table/index.html b/files/pt-br/web/api/console/table/index.html index 946a642003..85b58e2798 100644 --- a/files/pt-br/web/api/console/table/index.html +++ b/files/pt-br/web/api/console/table/index.html @@ -134,7 +134,7 @@ console.table([john, jane, emily], ["firstName"]); -

Compatibilidade de browsers

+

Compatibilidade com navegadores

diff --git a/files/pt-br/web/api/console/time/index.html b/files/pt-br/web/api/console/time/index.html index 45cb3c7caa..a246f83984 100644 --- a/files/pt-br/web/api/console/time/index.html +++ b/files/pt-br/web/api/console/time/index.html @@ -29,7 +29,7 @@ translation_of: Web/API/Console/time

API do objeto Console

-

Compatibilidade com navegadores

+

Compatibilidade com navegadores

{{ CompatibilityTable() }}

diff --git a/files/pt-br/web/api/console/warn/index.html b/files/pt-br/web/api/console/warn/index.html index 73eab6abee..f117556358 100644 --- a/files/pt-br/web/api/console/warn/index.html +++ b/files/pt-br/web/api/console/warn/index.html @@ -49,7 +49,7 @@ console.warn(msg [, subst1, ..., substN]); -

Compatibilidade entre os navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}

-- cgit v1.2.3-54-g00ecf