From 68255893cf774c96551bd696a44064be9f928afc Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Tue, 3 Nov 2015 13:49:34 +0100 Subject: [PATCH] typo --- docs/00-Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index 0b32323e9..4ccf20de7 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -48,7 +48,7 @@ To create a chart, we need to instantiate the `Chart` class. To do this, we need // Any of the following formats may be used var ctx = document.getElementById("myChart"); var ctx = document.getElementById("myChart").getContext("2d"); -var ctx = $("myChart"); +var ctx = $("#myChart"); ``` Once you have the element or context, you're ready to instantiate a pre-defined chart-type or create your own! -- 2.47.2