diff options
Diffstat (limited to 'files/pt-br/web/api/formdata')
-rw-r--r-- | files/pt-br/web/api/formdata/append/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/formdata/delete/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/formdata/entries/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/formdata/formdata/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/formdata/get/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/formdata/getall/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/formdata/has/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/formdata/set/index.html | 2 |
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> |