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