Skip to content

Commit

Permalink
[es] fix typo in Web/API/IndexedDB_API (#20690)
Browse files Browse the repository at this point in the history
Update index.md

Fix alamcén to almacén
  • Loading branch information
torrus-dev committed May 21, 2024
1 parent c37fba8 commit 91c4d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/es/web/api/indexeddb_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Un claro ejemplo para lo que IndexedDB puede ser utilizado en la web, es el ejem
- [Almacenando imágenes y archivos en IndexedDB](http://hacks.mozilla.org/2012/02/storing-images-and-files-in-indexeddb/)
- [Una lista simple de PENDIENTES usando HTML5 IndexedDB](http://www.html5rocks.com/tutorials/indexeddb/todo/). Nota("Este tutorial está basado en una antigua versión de la especificación y no funciona en los navegadores actualizados. por ejemplo, todavía usa el método actualmente eliminado `setVersion()`.")
- [Especificación de la API para Indexed Database](http://www.w3.org/TR/IndexedDB/)
- [IndexedDB — El alamcén en su navegador](http://msdn.microsoft.com/en-us/scriptjunkie/gg679063.aspx)
- [IndexedDB — El almacén en su navegador](http://msdn.microsoft.com/en-us/scriptjunkie/gg679063.aspx)
- [Soporte IndexedDB en navegadores](http://caniuse.com/indexeddb)
- [Ejemplos IndexedDB](http://nparashuram.com/IndexedDB/trialtool/index.html)
- [IndexedDB Polyfill](https://github.com/axemclion/IndexedDBShim) para navegadores que sólo soportan WebSQL (p.e. mobile WebKit)
Expand Down

0 comments on commit 91c4d32

Please sign in to comment.