diff --git a/docs/src/api/params.md b/docs/src/api/params.md index 2db72555af..f0f16d286d 100644 --- a/docs/src/api/params.md +++ b/docs/src/api/params.md @@ -306,7 +306,7 @@ Target URL. ## fetch-option-params - `params` <[Object]<[string], [string]|[float]|[boolean]>> -Query parameters to be send with the URL. +Query parameters to be sent with the URL. ## fetch-option-headers - `headers` <[Object]<[string], [string]>> diff --git a/packages/playwright-core/types/types.d.ts b/packages/playwright-core/types/types.d.ts index a68e9f202b..83e1ac80b0 100644 --- a/packages/playwright-core/types/types.d.ts +++ b/packages/playwright-core/types/types.d.ts @@ -11840,7 +11840,7 @@ export interface APIRequestContext { }; }; /** - * Query parameters to be send with the URL. + * Query parameters to be sent with the URL. */ params?: { [key: string]: string|number|boolean; }; @@ -11926,7 +11926,7 @@ export interface APIRequestContext { }; }; /** - * Query parameters to be send with the URL. + * Query parameters to be sent with the URL. */ params?: { [key: string]: string|number|boolean; }; @@ -11960,7 +11960,7 @@ export interface APIRequestContext { ignoreHTTPSErrors?: boolean; /** - * Query parameters to be send with the URL. + * Query parameters to be sent with the URL. */ params?: { [key: string]: string|number|boolean; }; @@ -11994,7 +11994,7 @@ export interface APIRequestContext { ignoreHTTPSErrors?: boolean; /** - * Query parameters to be send with the URL. + * Query parameters to be sent with the URL. */ params?: { [key: string]: string|number|boolean; }; @@ -12065,7 +12065,7 @@ export interface APIRequestContext { }; }; /** - * Query parameters to be send with the URL. + * Query parameters to be sent with the URL. */ params?: { [key: string]: string|number|boolean; }; @@ -12136,7 +12136,7 @@ export interface APIRequestContext { }; }; /** - * Query parameters to be send with the URL. + * Query parameters to be sent with the URL. */ params?: { [key: string]: string|number|boolean; }; @@ -12207,7 +12207,7 @@ export interface APIRequestContext { }; }; /** - * Query parameters to be send with the URL. + * Query parameters to be sent with the URL. */ params?: { [key: string]: string|number|boolean; };