From 0203fe2ee7df4cb3b6df425356d96288205e1c14 Mon Sep 17 00:00:00 2001 From: ray hatfield Date: Tue, 26 Feb 2019 18:07:29 -0600 Subject: [PATCH] typo: polfyill -> polyfill --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5335be4..970330e 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ for more information. Our VTTCue shim also includes properties of its abstract b var cue = new window.VTTCue(0, 1, "I'm a cue."); ``` -**Note:** Since this polfyill doesn't implement the track specification directly the `onenter` +**Note:** Since this polyfill doesn't implement the track specification directly the `onenter` and `onexit` events will do nothing and do not exist on this shim. ### Extended API