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.,