diff --git a/docs/src/api/params.md b/docs/src/api/params.md index 520ccded6d..95abfc437b 100644 --- a/docs/src/api/params.md +++ b/docs/src/api/params.md @@ -414,7 +414,7 @@ Provides an object that will be serialized as html form using `multipart/form-da this request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless explicitly provided. File values can be passed either as [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file name, mime-type and its content. If the value is an array, each element -will be send as a separate field with the same name. +will be sent as a separate field with the same name. ## csharp-fetch-option-multipart * langs: csharp diff --git a/packages/playwright-core/types/types.d.ts b/packages/playwright-core/types/types.d.ts index 198beecc7b..e66a052a8b 100644 --- a/packages/playwright-core/types/types.d.ts +++ b/packages/playwright-core/types/types.d.ts @@ -15685,7 +15685,7 @@ export interface APIRequestContext { * request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless * explicitly provided. File values can be passed either as * [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file - * name, mime-type and its content. If the value is an array, each element will be send as a separate field with the + * name, mime-type and its content. If the value is an array, each element will be sent as a separate field with the * same name. */ multipart?: { [key: string]: string|number|boolean|ReadStream|{ @@ -15835,7 +15835,7 @@ export interface APIRequestContext { * request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless * explicitly provided. File values can be passed either as * [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file - * name, mime-type and its content. If the value is an array, each element will be send as a separate field with the + * name, mime-type and its content. If the value is an array, each element will be sent as a separate field with the * same name. */ multipart?: { [key: string]: string|number|boolean|ReadStream|{ @@ -15945,7 +15945,7 @@ export interface APIRequestContext { * request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless * explicitly provided. File values can be passed either as * [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file - * name, mime-type and its content. If the value is an array, each element will be send as a separate field with the + * name, mime-type and its content. If the value is an array, each element will be sent as a separate field with the * same name. */ multipart?: { [key: string]: string|number|boolean|ReadStream|{ @@ -16041,7 +16041,7 @@ export interface APIRequestContext { * request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless * explicitly provided. File values can be passed either as * [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file - * name, mime-type and its content. If the value is an array, each element will be send as a separate field with the + * name, mime-type and its content. If the value is an array, each element will be sent as a separate field with the * same name. */ multipart?: { [key: string]: string|number|boolean|ReadStream|{ @@ -16137,7 +16137,7 @@ export interface APIRequestContext { * request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless * explicitly provided. File values can be passed either as * [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file - * name, mime-type and its content. If the value is an array, each element will be send as a separate field with the + * name, mime-type and its content. If the value is an array, each element will be sent as a separate field with the * same name. */ multipart?: { [key: string]: string|number|boolean|ReadStream|{ @@ -16284,7 +16284,7 @@ export interface APIRequestContext { * request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless * explicitly provided. File values can be passed either as * [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file - * name, mime-type and its content. If the value is an array, each element will be send as a separate field with the + * name, mime-type and its content. If the value is an array, each element will be sent as a separate field with the * same name. */ multipart?: { [key: string]: string|number|boolean|ReadStream|{ @@ -16380,7 +16380,7 @@ export interface APIRequestContext { * request body. If this parameter is specified `content-type` header will be set to `multipart/form-data` unless * explicitly provided. File values can be passed either as * [`fs.ReadStream`](https://nodejs.org/api/fs.html#fs_class_fs_readstream) or as file-like object containing file - * name, mime-type and its content. If the value is an array, each element will be send as a separate field with the + * name, mime-type and its content. If the value is an array, each element will be sent as a separate field with the * same name. */ multipart?: { [key: string]: string|number|boolean|ReadStream|{