Skip to content

Commit 9770247

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/icon/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function fetchSvg(url: string, sanitize: boolean): Promise<string> {
8383
.catch(() => safeFallback(url));
8484

8585
/**
86-
* cache for the same requests
86+
* Cache for the same requests
8787
*/
8888
requests.set(url, req);
8989
return req;

0 commit comments

Comments
 (0)