From 8da8313de8e651c5bb3eeb4bdf71f1e7155b4b48 Mon Sep 17 00:00:00 2001 From: Jeff Cross Date: Tue, 19 May 2015 12:06:40 -0700 Subject: [PATCH] fix(guide): rename s/it's/its in setup to reflect possessiveness --- 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 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.