Skip to content

Commit dd8620b

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

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
@@ -6,7 +6,7 @@ const requests = new Map<string, Promise<any>>();
66
let parser: DOMParser;
77

88
/**
9-
* savely fallback to an empty svg
9+
* Safely fallback to an empty svg
1010
*/
1111
function safeFallback(url: string) {
1212
const svg = '';

0 commit comments

Comments
 (0)