diff --git a/docs/api/window.md b/docs/api/window.md index 3b47be4a..65864852 100644 --- a/docs/api/window.md +++ b/docs/api/window.md @@ -274,7 +274,7 @@ console.log(sizeInfo); ## window.getPosition() Returns window position coordinates. -### Return Boolean (awaited): +### Return Object (awaited): - `x` Number: Horizontal coordinate of the left edge of the window. - `y` Number: Vertical coordinate of the top edge of the window.