fix: minor typo in code comment (#1043)

pull/1044/head
Mike 2 years ago committed by GitHub
parent f30fa33707
commit 794f6c210d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@ export type VNodeStyle = Record<string, string> & {
remove?: Record<string, string>;
};
// Bindig `requestAnimationFrame` like this fixes a bug in IE/Edge. See #360 and #409.
// Binding `requestAnimationFrame` like this fixes a bug in IE/Edge. See #360 and #409.
const raf =
(typeof window !== "undefined" &&
window.requestAnimationFrame.bind(window)) ||

Loading…
Cancel
Save