From: Ben Gesoff Date: Fri, 4 Sep 2015 16:08:58 +0000 (+0100) Subject: fixed very small typo X-Git-Tag: v1.1.0~54^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1439%2Fhead;p=thirdparty%2FChart.js.git fixed very small typo wrong it's --- diff --git a/docs/06-Advanced.md b/docs/06-Advanced.md index 85fe6d5a6..553bedf35 100644 --- a/docs/06-Advanced.md +++ b/docs/06-Advanced.md @@ -54,7 +54,7 @@ myLineChart.destroy(); #### .toBase64Image() -This returns a base 64 encoded string of the chart in it's current state. +This returns a base 64 encoded string of the chart in its current state. ```javascript myLineChart.toBase64Image();