diff options
Diffstat (limited to 'files/pt-br/web/api/url/searchparams/index.html')
-rw-r--r-- | files/pt-br/web/api/url/searchparams/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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</pre> </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.URL.searchParams")}}</p> |