aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/formdata
diff options
context:
space:
mode:
authorClóvis Lima Júnior <clovis.junior@gmail.com>2021-07-17 00:14:43 -0300
committerGitHub <noreply@github.com>2021-07-17 00:14:43 -0300
commit191c9124aa6d992c1cd196a12aac6d1dbb5756e1 (patch)
tree4ef8484bb6661258989dcb0a9919302728d95d7e /files/pt-br/web/api/formdata
parent7267c8c97a1e4d170a0a68e34bc0b3e029f465c7 (diff)
downloadtranslated-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/api/formdata')
-rw-r--r--files/pt-br/web/api/formdata/append/index.html2
-rw-r--r--files/pt-br/web/api/formdata/delete/index.html2
-rw-r--r--files/pt-br/web/api/formdata/entries/index.html2
-rw-r--r--files/pt-br/web/api/formdata/formdata/index.html2
-rw-r--r--files/pt-br/web/api/formdata/get/index.html2
-rw-r--r--files/pt-br/web/api/formdata/getall/index.html2
-rw-r--r--files/pt-br/web/api/formdata/has/index.html2
-rw-r--r--files/pt-br/web/api/formdata/set/index.html2
8 files changed, 8 insertions, 8 deletions
diff --git a/files/pt-br/web/api/formdata/append/index.html b/files/pt-br/web/api/formdata/append/index.html
index d181310952..6970ee1f46 100644
--- a/files/pt-br/web/api/formdata/append/index.html
+++ b/files/pt-br/web/api/formdata/append/index.html
@@ -67,7 +67,7 @@ formData.append('userpic', myFileInput.files[0], 'chris.jpg');</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_do_Browser">Compatibilidade do Browser</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/api/formdata/delete/index.html b/files/pt-br/web/api/formdata/delete/index.html
index 042c16f083..491ac6b1f8 100644
--- a/files/pt-br/web/api/formdata/delete/index.html
+++ b/files/pt-br/web/api/formdata/delete/index.html
@@ -54,7 +54,7 @@ translation_of: Web/API/FormData/delete
</tbody>
</table>
-<h2 id="Compatibilidade_do_Browser">Compatibilidade do Browser </h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/api/formdata/entries/index.html b/files/pt-br/web/api/formdata/entries/index.html
index 911c269074..f06116a599 100644
--- a/files/pt-br/web/api/formdata/entries/index.html
+++ b/files/pt-br/web/api/formdata/entries/index.html
@@ -61,7 +61,7 @@ key2, value2</pre>
</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/api/formdata/formdata/index.html b/files/pt-br/web/api/formdata/formdata/index.html
index 2202cac454..fde3de1673 100644
--- a/files/pt-br/web/api/formdata/formdata/index.html
+++ b/files/pt-br/web/api/formdata/formdata/index.html
@@ -76,7 +76,7 @@ formData = new FormData(myForm);</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/api/formdata/get/index.html b/files/pt-br/web/api/formdata/get/index.html
index 6e4c11caad..fe16d91838 100644
--- a/files/pt-br/web/api/formdata/get/index.html
+++ b/files/pt-br/web/api/formdata/get/index.html
@@ -58,7 +58,7 @@ formData.append('usuario_nome', 'Antônio');</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/api/formdata/getall/index.html b/files/pt-br/web/api/formdata/getall/index.html
index 5a9b51611c..0186f135e4 100644
--- a/files/pt-br/web/api/formdata/getall/index.html
+++ b/files/pt-br/web/api/formdata/getall/index.html
@@ -58,7 +58,7 @@ formData.append('username', 'Bob');</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_de_Browsers">Compatibilidade de Browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
diff --git a/files/pt-br/web/api/formdata/has/index.html b/files/pt-br/web/api/formdata/has/index.html
index d9cdeff60b..b79d190286 100644
--- a/files/pt-br/web/api/formdata/has/index.html
+++ b/files/pt-br/web/api/formdata/has/index.html
@@ -65,7 +65,7 @@ formData.has('username'); // Retorna true
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
diff --git a/files/pt-br/web/api/formdata/set/index.html b/files/pt-br/web/api/formdata/set/index.html
index a6b7dccb69..ad0db2fe20 100644
--- a/files/pt-br/web/api/formdata/set/index.html
+++ b/files/pt-br/web/api/formdata/set/index.html
@@ -63,7 +63,7 @@ formData.set('userpic', myFileInput.files[0], 'chris.jpg');</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>