diff --git a/leaflet-curve/leaflet-curve.d.ts b/leaflet-curve/leaflet-curve.d.ts index 0f94c6ef93..7ff3134a22 100644 --- a/leaflet-curve/leaflet-curve.d.ts +++ b/leaflet-curve/leaflet-curve.d.ts @@ -7,7 +7,7 @@ declare module L { /** - * Drawing Bézier curves and other complex shapes. + * Drawing Bezier curves and other complex shapes. */ function curve(path: any[], options?: L.PathOptions): Path; }