diff --git a/public/docs/js/latest/guide/setup.jade b/public/docs/js/latest/guide/setup.jade index 2480e9185e..9bb2116f34 100644 --- a/public/docs/js/latest/guide/setup.jade +++ b/public/docs/js/latest/guide/setup.jade @@ -142,7 +142,7 @@ p. The root component's job is to give a location in the index.html file where your application will - render through it's element, in this case <my-app>. There is also nothing special about this + 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. p.