From d9f074f6ca482441de008abb8a4e46390cc3d375 Mon Sep 17 00:00:00 2001 From: Bogdan Onikiienko Date: Wed, 17 Feb 2016 22:41:01 +0200 Subject: [PATCH] comit for tests --- leaflet-curve/leaflet-curve.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }