diff --git a/d3/d3.d.ts b/d3/d3.d.ts index daa53f67c..0244dc08a 100644 --- a/d3/d3.d.ts +++ b/d3/d3.d.ts @@ -2405,7 +2405,7 @@ declare module D3 { /* * Construct a threshold scale with a discrete output range. */ - theshold(): ThresholdScale; + threshold(): ThresholdScale; } export interface Scale {