From 9e274a61dbeefe2b29af441b0c81caba4c9c59a7 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Tue, 24 Sep 2013 15:06:22 +0200 Subject: [PATCH] Fixing typo --- doc/tutorials/concepts.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/concepts.hbs b/doc/tutorials/concepts.hbs index 1f9da922b3..09110938c5 100644 --- a/doc/tutorials/concepts.hbs +++ b/doc/tutorials/concepts.hbs @@ -67,7 +67,7 @@ The above snippets can be conflated to a self contained map configuration with v center: [0, 0], zoom: 2 }), - target: 'div' + target: 'map' }); ```