From b4a88d2cc42727f473bfae02e02078be8219873d Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 20 May 2019 06:32:20 -0700 Subject: [PATCH] Fix typo in types --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index f1dd9a89..a0be4c30 100644 --- a/index.d.ts +++ b/index.d.ts @@ -253,7 +253,7 @@ export default class Webamp { /** * Returns a promise that resolves when the skin is done loading. */ - public oskinIsLoaded(): Promise; + public skinIsLoaded(): Promise; /** * **Note:** _This method is not fully functional. It is currently impossible to