docs: fixed typo (#3877)
This commit is contained in:
parent
c220fe2ea7
commit
f61ad27a8e
@ -412,7 +412,7 @@ export class FetchRequest implements Iterable<[ key: string, value: string ]> {
|
||||
* Create a new FetchRequest instance with default values.
|
||||
*
|
||||
* Once created, each property may be set before issuing a
|
||||
* ``.send()`` to make teh request.
|
||||
* ``.send()`` to make the request.
|
||||
*/
|
||||
constructor(url: string) {
|
||||
this.#url = String(url);
|
||||
|
Loading…
Reference in New Issue
Block a user