Skip to content

Commit e03470e

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

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
@@ -16,7 +16,7 @@ function safeFallback(url: string) {
1616

1717
export const getSvgContent = (url: string, sanitize: boolean): Promise<string> => {
1818
/**
19-
* see if we already have a request for this url
19+
* See if we already have a request for this url
2020
*/
2121
const req = requests.get(url);
2222
if (req) {

0 commit comments

Comments
 (0)