From 8983929f1880f686d06a250d80f4e9c5e9609036 Mon Sep 17 00:00:00 2001 From: Ben Gesoff Date: Fri, 4 Sep 2015 17:08:58 +0100 Subject: [PATCH] fixed very small typo wrong it's --- docs/06-Advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.47.2