diff --git a/6-data-storage/03-indexeddb/article.md b/6-data-storage/03-indexeddb/article.md index 1acc4c4aae..a83ac3b185 100644 --- a/6-data-storage/03-indexeddb/article.md +++ b/6-data-storage/03-indexeddb/article.md @@ -268,7 +268,7 @@ db.deleteObjectStore('books') Для начала транзакции: -```js run +```js db.transaction(store[, type]); ```