Skip to content

Commit 681f3ed

Browse files
author
harish-sethuraman
committed
docs(readme): change linktag type
1 parent f1a77c6 commit 681f3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ See [examples](#remove-order-warnings) below for details.
146146
Type:
147147

148148
```ts
149-
type insert = string | ((linkTag: any) => void);
149+
type insert = string | ((linkTag: HTMLLinkElement) => void);
150150
```
151151

152152
Default: `document.head.appendChild(linkTag);`

0 commit comments

Comments
 (0)