From 3986cf760f9530d510c8a95e4fba32d680d8f194 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Mon, 30 Apr 2012 11:13:25 -0400 Subject: [PATCH] Fixed a typo in the API documentation --- API.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.txt b/API.txt index dfad459..f10032b 100644 --- a/API.txt +++ b/API.txt @@ -1142,7 +1142,7 @@ hooks in the plugins bundled with Flot. function(plot, canvascontext) Called before all other drawing operations. Used to draw backgrounds - or other custom elements before the plot or axes have been draw. + or other custom elements before the plot or axes have been drawn. - drawSeries [phase 5]