From 5be89c6c76353ef565d8a0a3f346fbd89ec85f2a Mon Sep 17 00:00:00 2001 From: John Gainfort Jr Date: Thu, 21 Jun 2018 16:02:23 -0600 Subject: [PATCH] fixed typo --- types/hls.js/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/hls.js/index.d.ts b/types/hls.js/index.d.ts index 2a70612326..ef2dc27696 100644 --- a/types/hls.js/index.d.ts +++ b/types/hls.js/index.d.ts @@ -154,7 +154,7 @@ declare namespace Hls { /** * clean-up all used resources */ - destory(): void; + destroy(): void; } interface Tracks {