Skip to content

Commit a124cdb

Browse files
Update src/components/icon/request.ts
Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com>
1 parent e03470e commit a124cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/icon/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function getSvgByUrl(url: string): string {
5858

5959
function fetchSvg(url: string, sanitize: boolean): Promise<string> {
6060
/**
61-
* we don't already have a request
61+
* We don't already have a request
6262
*/
6363
const req = fetch(url)
6464
.then((rsp) => {

0 commit comments

Comments
 (0)