diff options
| author | Clóvis Lima Júnior <clovis.junior@gmail.com> | 2021-07-17 00:14:43 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-17 00:14:43 -0300 |
| commit | 191c9124aa6d992c1cd196a12aac6d1dbb5756e1 (patch) | |
| tree | 4ef8484bb6661258989dcb0a9919302728d95d7e /files/pt-br/web/javascript/reference/global_objects/error | |
| parent | 7267c8c97a1e4d170a0a68e34bc0b3e029f465c7 (diff) | |
| download | translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.tar.gz translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.tar.bz2 translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.zip | |
[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
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/error')
3 files changed, 3 insertions, 3 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/error/index.html b/files/pt-br/web/javascript/reference/global_objects/error/index.html index 41cc7e5bb8..221df3b8f7 100644 --- a/files/pt-br/web/javascript/reference/global_objects/error/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/error/index.html @@ -168,7 +168,7 @@ try { </tbody> </table> -<h2 id="Compatibilidade_de_browser">Compatibilidade de browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/error/tosource/index.html b/files/pt-br/web/javascript/reference/global_objects/error/tosource/index.html index 2a6ed43803..9a825f8b6c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/error/tosource/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/error/tosource/index.html @@ -39,7 +39,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Error/toSource <p>Não faz parte de nenhum padrão.</p> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/error/tostring/index.html b/files/pt-br/web/javascript/reference/global_objects/error/tostring/index.html index 80aba76e10..fd027d766e 100644 --- a/files/pt-br/web/javascript/reference/global_objects/error/tostring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/error/tostring/index.html @@ -85,7 +85,7 @@ console.log(e.toString()); // 'hello' </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> |
