From 366488bc0c33117797b3725905d0ddae8dd1c708 Mon Sep 17 00:00:00 2001 From: emmanuel Date: Fri, 13 Nov 2015 14:16:45 +0100 Subject: [PATCH] Fixed error name --- jquery.slick/slick.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.slick/slick.d.ts b/jquery.slick/slick.d.ts index cc9aa626b..949f21736 100644 --- a/jquery.slick/slick.d.ts +++ b/jquery.slick/slick.d.ts @@ -374,7 +374,7 @@ interface JQuery { /** * Get Slick Object - * @param methodName "getSlick" + * @param methodName The name of the method */ slick(methodName: "getSlick"): Object;