docs: fixed typo (#3877)

This commit is contained in:
Richard Moore 2023-03-12 04:46:22 -04:00
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. * Create a new FetchRequest instance with default values.
* *
* Once created, each property may be set before issuing a * Once created, each property may be set before issuing a
* ``.send()`` to make teh request. * ``.send()`` to make the request.
*/ */
constructor(url: string) { constructor(url: string) {
this.#url = String(url); this.#url = String(url);