aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/global_objects/map
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/map')
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/map/get/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/map/has/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/map/keys/index.html2
3 files changed, 3 insertions, 7 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/map/get/index.html b/files/pt-br/web/javascript/reference/global_objects/map/get/index.html
index 9a4fde282c..ef7db5c8fa 100644
--- a/files/pt-br/web/javascript/reference/global_objects/map/get/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/map/get/index.html
@@ -61,9 +61,7 @@ myMap.get('baz'); // Retorna undefined.
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2>
-
-<div class="hidden">A tabela de compatibilidade desta página é gerada a partir de dados estruturados. Se você gostaria de contribuir, por favor, dê uma olhada em <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um pull request.</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.builtins.Map.get")}}</p>
diff --git a/files/pt-br/web/javascript/reference/global_objects/map/has/index.html b/files/pt-br/web/javascript/reference/global_objects/map/has/index.html
index 88a5c18aff..bc110f3087 100644
--- a/files/pt-br/web/javascript/reference/global_objects/map/has/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/map/has/index.html
@@ -63,9 +63,7 @@ myMap.has('barz'); // retorna false
</tbody>
</table>
-<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2>
-
-
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.builtins.Map.has")}}</p>
diff --git a/files/pt-br/web/javascript/reference/global_objects/map/keys/index.html b/files/pt-br/web/javascript/reference/global_objects/map/keys/index.html
index 40637e641d..907301897e 100644
--- a/files/pt-br/web/javascript/reference/global_objects/map/keys/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/map/keys/index.html
@@ -55,7 +55,7 @@ console.log(mapIter.next().value); // Object
</tbody>
</table>
-<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>