mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: fix small typo (#8167)
The commit fixes the two typos. - guarnateed -> guaranteed - guaranteeded -> guaranteed
This commit is contained in:
parent
90ebd0a514
commit
e31b8e6d39
@ -252,7 +252,7 @@ export class HTTPRequest {
|
|||||||
/**
|
/**
|
||||||
* Adds an async request handler to the processing queue.
|
* Adds an async request handler to the processing queue.
|
||||||
* Deferred handlers are not guaranteed to execute in any particular order,
|
* Deferred handlers are not guaranteed to execute in any particular order,
|
||||||
* but they are guarnateed to resolve before the request interception
|
* but they are guaranteed to resolve before the request interception
|
||||||
* is finalized.
|
* is finalized.
|
||||||
*/
|
*/
|
||||||
enqueueInterceptAction(
|
enqueueInterceptAction(
|
||||||
@ -389,7 +389,7 @@ export class HTTPRequest {
|
|||||||
*
|
*
|
||||||
* @returns `null` unless the request failed. If the request fails this can
|
* @returns `null` unless the request failed. If the request fails this can
|
||||||
* return an object with `errorText` containing a human-readable error
|
* return an object with `errorText` containing a human-readable error
|
||||||
* message, e.g. `net::ERR_FAILED`. It is not guaranteeded that there will be
|
* message, e.g. `net::ERR_FAILED`. It is not guaranteed that there will be
|
||||||
* failure text if the request fails.
|
* failure text if the request fails.
|
||||||
*/
|
*/
|
||||||
failure(): { errorText: string } | null {
|
failure(): { errorText: string } | null {
|
||||||
|
@ -17,7 +17,7 @@ failure(): {
|
|||||||
|
|
||||||
{ errorText: string; } \| null
|
{ errorText: string; } \| null
|
||||||
|
|
||||||
`null` unless the request failed. If the request fails this can return an object with `errorText` containing a human-readable error message, e.g. `net::ERR_FAILED`. It is not guaranteeded that there will be failure text if the request fails.
|
`null` unless the request failed. If the request fails this can return an object with `errorText` containing a human-readable error message, e.g. `net::ERR_FAILED`. It is not guaranteed that there will be failure text if the request fails.
|
||||||
|
|
||||||
## Remarks
|
## Remarks
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ failure(): {
|
|||||||
|
|
||||||
{ errorText: string; } \| null
|
{ errorText: string; } \| null
|
||||||
|
|
||||||
`null` unless the request failed. If the request fails this can return an object with `errorText` containing a human-readable error message, e.g. `net::ERR_FAILED`. It is not guaranteeded that there will be failure text if the request fails.
|
`null` unless the request failed. If the request fails this can return an object with `errorText` containing a human-readable error message, e.g. `net::ERR_FAILED`. It is not guaranteed that there will be failure text if the request fails.
|
||||||
|
|
||||||
## Remarks
|
## Remarks
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ failure(): {
|
|||||||
|
|
||||||
{ errorText: string; } \| null
|
{ errorText: string; } \| null
|
||||||
|
|
||||||
`null` unless the request failed. If the request fails this can return an object with `errorText` containing a human-readable error message, e.g. `net::ERR_FAILED`. It is not guaranteeded that there will be failure text if the request fails.
|
`null` unless the request failed. If the request fails this can return an object with `errorText` containing a human-readable error message, e.g. `net::ERR_FAILED`. It is not guaranteed that there will be failure text if the request fails.
|
||||||
|
|
||||||
## Remarks
|
## Remarks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user