diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/classes')
4 files changed, 4 insertions, 4 deletions
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 </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p><br> Download da versão Firefox para testes (Nightly) em: https://nightly.mozilla.org/</p> 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</code></pre> </tbody> </table> -<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> 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()) </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> 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'.</pre> </tbody> </table> -<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> |