Skip to content

Commit

Permalink
Fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 25, 2021
1 parent c470a48 commit 874f1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -80,7 +80,7 @@ const mapper = async site => {
const {requestUrl} = await got.head(site);
return requestUrl;
} catch {
return pMapSkip
return pMapSkip;
}
};
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -92,7 +92,7 @@ const mapper = async site => {
const {requestUrl} = await got.head(site);
return requestUrl;
} catch {
return pMapSkip
return pMapSkip;
}
};

Expand Down

0 comments on commit 874f1a0

Please sign in to comment.