diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/promise')
3 files changed, 3 insertions, 3 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/index.html index 37453735b1..e8e4adea0f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/index.html @@ -158,7 +158,7 @@ else { </tbody> </table> -<h2 id="Compatibilidade_de_Navegador">Compatibilidade de Navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Promise")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/race/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/race/index.html index 13a3c659b5..39aa8b7f10 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/race/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/race/index.html @@ -90,7 +90,7 @@ Promise.race([p5, p6]).then(function(value) { </tbody> </table> -<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/then/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/then/index.html index 5e3c015947..dd1c466f08 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/then/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/then/index.html @@ -115,7 +115,7 @@ p2.then(function(value) { </tbody> </table> -<h2 id="Compatibilidade_dos_Browsers">Compatibilidade dos Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> |