docs: fix small typo (#8167)

The commit fixes the two typos.

- guarnateed -> guaranteed
- guaranteeded -> guaranteed
This commit is contained in:
Kazuki Higashiguchi 2022-03-28 15:00:10 +09:00 committed by GitHub
parent 90ebd0a514
commit e31b8e6d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -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 {

View File

@ -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

View File

@ -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

View File

@ -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