From cb615382b519c08082ccfeb88405e91c52f98dc3 Mon Sep 17 00:00:00 2001 From: Jeff Cross Date: Tue, 19 May 2015 12:07:46 -0700 Subject: [PATCH] fix(guide): add semicolon to note about element naming --- public/docs/js/latest/guide/setup.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/js/latest/guide/setup.jade b/public/docs/js/latest/guide/setup.jade index 9bb2116f34..a39e6534c5 100644 --- a/public/docs/js/latest/guide/setup.jade +++ b/public/docs/js/latest/guide/setup.jade @@ -143,7 +143,7 @@ p. The root component's job is to give a location in the index.html file where your application will render through its element, in this case <my-app>. There is also nothing special about this - element name and you can pick it as you like. + element name; you can pick it as you like. p. The root component loads the initial template for the application that will load other components to perform