Skip to content

Commit 92e11ed

Browse files
authored
fixed polyfilling
1 parent de41a3c commit 92e11ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ TODO:
9090
`quicklink`:
9191

9292
* Includes a very small fallback for [requestIdleCallback](https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback)
93-
* Requires `IntersectionObserver` to be supported (see [CanIUse](https://caniuse.com/#feat=intersectionobserver)). We recommend conditionally polyfillng this feature with a service like Polyfill.io:
93+
* Requires `IntersectionObserver` to be supported (see [CanIUse](https://caniuse.com/#feat=intersectionobserver)). We recommend conditionally polyfilling this feature with a service like Polyfill.io:
9494

9595
```html
9696
<script src="https://polyfill.io/v2/polyfill.min.js?features=IntersectionObserver"></script>

0 commit comments

Comments
 (0)