aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/console
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/api/console')
-rw-r--r--files/pt-br/web/api/console/assert/index.html2
-rw-r--r--files/pt-br/web/api/console/count/index.html2
-rw-r--r--files/pt-br/web/api/console/dir/index.html2
-rw-r--r--files/pt-br/web/api/console/error/index.html2
-rw-r--r--files/pt-br/web/api/console/info/index.html2
-rw-r--r--files/pt-br/web/api/console/log/index.html2
-rw-r--r--files/pt-br/web/api/console/table/index.html2
-rw-r--r--files/pt-br/web/api/console/time/index.html2
-rw-r--r--files/pt-br/web/api/console/warn/index.html2
9 files changed, 9 insertions, 9 deletions
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(<em>afirmação</em>, <em>msg</em> [, <em>subst1</em>, ..., <em>s
</tbody>
</table>
-<h2 id="Compatibilidade_entre_os_navegadores">Compatibilidade entre os navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<h2 id="CompatibilityTable"><span style="font-size: 14px; font-weight: normal;">{{CompatibilityTable}}</span></h2>
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");</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_de_browsers">Compatibilidade de browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
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
<p><a href="https://github.com/DeveloperToolsWG/console-object/blob/master/api.md#consoledirobject">Console Object API</a></p>
-<h2 id="Compatibilidade_do_Browser">Compatibilidade do Browser</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{ CompatibilityTable() }}</p>
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(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]);
</tbody>
</table>
-<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
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(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]);
</tbody>
</table>
-<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
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(<em>msg</em>[, <em>subst1</em>, ..., <em>substN]</em>);
<p>Não faz parte de nenhuma especificação.</p>
-<h2 id="Browser_compatibility">Browser compatibility</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
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"]);</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_de_browsers">Compatibilidade de browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>
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
<p><a href="/pt-BR/docs/Web/API/Console">API do objeto Console</a></p>
-<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{ CompatibilityTable() }}</p>
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(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]);
</tbody>
</table>
-<h2 id="Compatibilidade_entre_os_navegadores">Compatibilidade entre os navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>