From 91c4d32c376e8010747fc7f497f8da290f56e657 Mon Sep 17 00:00:00 2001 From: Torrudev Date: Tue, 21 May 2024 18:50:18 +0200 Subject: [PATCH] [es] fix typo in `Web/API/IndexedDB_API` (#20690) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update index.md Fix alamcén to almacén --- files/es/web/api/indexeddb_api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/es/web/api/indexeddb_api/index.md b/files/es/web/api/indexeddb_api/index.md index 872fb85f5c709e..9da0e615557cb8 100644 --- a/files/es/web/api/indexeddb_api/index.md +++ b/files/es/web/api/indexeddb_api/index.md @@ -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)