From 8fa09e4c87bfc8df2a8dd5ddee116fef529325e9 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Fri, 9 Jan 2009 12:29:58 +0000 Subject: [PATCH] Fixed spelling mistake (report by Gokhan Sevinc) git-svn-id: https://flot.googlecode.com/svn/trunk@121 1e0a6537-2640-0410-bfb7-f154510ff394 --- API.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.txt b/API.txt index c255f9f..bbb920b 100644 --- a/API.txt +++ b/API.txt @@ -376,7 +376,7 @@ specifiers are supported You can customize the month names with the "monthNames" option. For instance, for Danish you might specify: - monthName: ["jan", "feb", "mar", "apr", "maj", "jun", "jul", "aug", "sep", "okt", "nov", "dec"] + monthNames: ["jan", "feb", "mar", "apr", "maj", "jun", "jul", "aug", "sep", "okt", "nov", "dec"] The format string and month names are used by a very simple built-in format function that takes a date object, a format string (and