diff --git a/tooling/api/src/window.ts b/tooling/api/src/window.ts index dc6084114b8b..146ae74ddc6a 100644 --- a/tooling/api/src/window.ts +++ b/tooling/api/src/window.ts @@ -1326,7 +1326,7 @@ class Window { * await getCurrentWindow().setSizeConstraints({ minWidth: 300 }); * ``` * - * @param size The logical or physical inner size, or `null` to unset the constraint. + * @param constraints The logical or physical inner size, or `null` to unset the constraint. * @returns A promise indicating the success or failure of the operation. */ async setSizeConstraints(