diff --git a/jquery.notifyBar/jquery.notifyBar.d.ts b/jquery.notifyBar/jquery.notifyBar.d.ts index b33c54337..22e012673 100644 --- a/jquery.notifyBar/jquery.notifyBar.d.ts +++ b/jquery.notifyBar/jquery.notifyBar.d.ts @@ -93,7 +93,7 @@ interface JQueryStatic { /** * Show notify bar. * - * @param notify bar options + * @param options notify bar options */ notifyBar(options?: JQueryNotifyBar.NotifyBarOptions): void; -} \ No newline at end of file +}