diff options
author | Robert Galeano <r2galeano@gmail.com> | 2022-01-27 14:37:16 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 11:37:16 -0600 |
commit | 5a674661f3a970839edc4601eba570de91a1b76a (patch) | |
tree | b4c37b1e2b4c922afc71e57fa7f26fa4b1ab836f /files | |
parent | fde830e40817a8ce5a7222990c857a273ec4df15 (diff) | |
download | translated-content-5a674661f3a970839edc4601eba570de91a1b76a.tar.gz translated-content-5a674661f3a970839edc4601eba570de91a1b76a.tar.bz2 translated-content-5a674661f3a970839edc4601eba570de91a1b76a.zip |
fix the text Compatibilidad (#3827)
Thank you for your help!
Diffstat (limited to 'files')
-rw-r--r-- | files/es/web/api/window/localstorage/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/api/window/localstorage/index.html b/files/es/web/api/window/localstorage/index.html index 060904d837..e837f2218c 100644 --- a/files/es/web/api/window/localstorage/index.html +++ b/files/es/web/api/window/localstorage/index.html @@ -76,7 +76,7 @@ localStorage.clear(); </tbody> </table> -<h2 id="Compatibiliad_de_Navegadores">Compatibiliad de Navegadores</h2> +<h2 id="Compatibiliad_de_Navegadores">Compatibilidad de Navegadores</h2> <p>{{ CompatibilityTable() }}</p> |