From fff34aeef99745d594b618950330cb8333e9bfc6 Mon Sep 17 00:00:00 2001 From: Ragul <67683723+ragul1697@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:37:12 +0530 Subject: [PATCH] Update: Window.frames entry (#36520) --- files/en-us/web/api/window/frames/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/window/frames/index.md b/files/en-us/web/api/window/frames/index.md index 8060911a81e8a26..9170909fe5c0f82 100644 --- a/files/en-us/web/api/window/frames/index.md +++ b/files/en-us/web/api/window/frames/index.md @@ -17,7 +17,7 @@ A list of frame objects. It is similar to an array in that it has a `length` property and its items can be accessed using the `[i]` notation. -- `frameList === window` evaluates to true. +- `frames === window` evaluates to true. - Each item in the `window.frames` pseudo-array represents the {{domxref("Window")}} object corresponding to the given {{HTMLElement("frame")}}'s or {{HTMLElement("iframe")}}'s content, not the `frame` or `iframe` DOM element (i.e.,