From 5d6f6b55c2af8e56f915657645311bdeb6d8096d Mon Sep 17 00:00:00 2001 From: wbamberg Date: Thu, 1 Feb 2024 10:10:36 -0800 Subject: [PATCH] Update files/en-us/web/api/window/indexeddb/index.md Co-authored-by: Jean-Yves Perrier --- files/en-us/web/api/window/indexeddb/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/window/indexeddb/index.md b/files/en-us/web/api/window/indexeddb/index.md index 1927682b86af1fa..8dc8ee84fe72102 100644 --- a/files/en-us/web/api/window/indexeddb/index.md +++ b/files/en-us/web/api/window/indexeddb/index.md @@ -8,7 +8,7 @@ browser-compat: api.indexedDB {{APIRef("IndexedDB")}} -The **`Window.indexedDB`** read-only property provides a mechanism for applications to +The **`indexedDB`** read-only property of the {{domxref("Window")}} interface provides a mechanism for applications to asynchronously access the capabilities of indexed databases. ## Value