Skip to content

Commit 26d6ee8

Browse files
committed
typo2
1 parent d63f9b2 commit 26d6ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function transformCSS(
3535
el.innerHTML = css;
3636
} else if (el instanceof HTMLLinkElement) {
3737
// Replace link elements with style elements.
38-
// We use inline style elements rather then link elements with blob
38+
// We use inline style elements rather than link elements with blob
3939
// URLs, as relative URLs for things like images and fonts are not
4040
// supported in blob URLs. See
4141
// https://github.com/oddbird/css-anchor-positioning/pull/324 for more

0 commit comments

Comments
 (0)