diff --git a/flot/jquery.flot.d.ts b/flot/jquery.flot.d.ts index 5ebc90907e..027330eee8 100644 --- a/flot/jquery.flot.d.ts +++ b/flot/jquery.flot.d.ts @@ -16,7 +16,7 @@ declare module jquery.flot { xaxes?: axisOptions[]; yaxes?: axisOptions[]; grid?: gridOptions; - interfaction?: interaction; + interaction?: interaction; hooks?: hooks; }