From 191c9124aa6d992c1cd196a12aac6d1dbb5756e1 Mon Sep 17 00:00:00 2001 From: Clóvis Lima Júnior Date: Sat, 17 Jul 2021 00:14:43 -0300 Subject: [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 --- files/pt-br/web/api/url/index.html | 2 +- files/pt-br/web/api/url/revokeobjecturl/index.html | 2 +- files/pt-br/web/api/url/searchparams/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/pt-br/web/api/url') diff --git a/files/pt-br/web/api/url/index.html b/files/pt-br/web/api/url/index.html index 6e24c8efe7..4ce5d2573c 100644 --- a/files/pt-br/web/api/url/index.html +++ b/files/pt-br/web/api/url/index.html @@ -90,7 +90,7 @@ translation_of: Web/API/URL -

Browser compatibility

+

Compatibilidade com navegadores

{{Compat("api.URL")}}

diff --git a/files/pt-br/web/api/url/revokeobjecturl/index.html b/files/pt-br/web/api/url/revokeobjecturl/index.html index 1a6c34027d..173c69f2ef 100644 --- a/files/pt-br/web/api/url/revokeobjecturl/index.html +++ b/files/pt-br/web/api/url/revokeobjecturl/index.html @@ -45,7 +45,7 @@ translation_of: Web/API/URL/revokeObjectURL -

Compatibilidade de Navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}

diff --git a/files/pt-br/web/api/url/searchparams/index.html b/files/pt-br/web/api/url/searchparams/index.html index a711b85fa2..48d5af7416 100644 --- a/files/pt-br/web/api/url/searchparams/index.html +++ b/files/pt-br/web/api/url/searchparams/index.html @@ -40,6 +40,6 @@ let age = parseInt(params.get("age")); // é o número 18 -

Browser compatibility

+

Compatibilidade com navegadores

{{Compat("api.URL.searchParams")}}

-- cgit v1.2.3-54-g00ecf