admin: fixed typo in docs (#1686).

This commit is contained in:
Richard Moore 2021-06-21 21:15:01 -04:00
parent e8a0144b7a
commit 99422c1c7c
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651
2 changed files with 2 additions and 2 deletions

@ -73,7 +73,7 @@ function _getUrl(href, options) {
options = {};
}
// @TODO: Once we drop support for node 8, we can pass the href
// firectly into request and skip adding the components
// directly into request and skip adding the components
// to this request object
const url = url_1.parse(href);
const request = {

@ -79,7 +79,7 @@ async function _getUrl(href: string, options?: Options): Promise<GetUrlResponse>
if (options == null) { options = { }; }
// @TODO: Once we drop support for node 8, we can pass the href
// firectly into request and skip adding the components
// directly into request and skip adding the components
// to this request object
const url = parse(href);