From fb8028a1307af77e3050adb6c67f150c34ea3244 Mon Sep 17 00:00:00 2001 From: Brandon Roberts Date: Wed, 19 Sep 2018 13:10:48 -0500 Subject: [PATCH] docs: update nav descriptions based on feedback (#25663) PR Close #25663 --- aio/content/navigation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 843650973c..bad9227eea 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -166,7 +166,7 @@ { "url": "guide/user-input", "title": "User Input", - "tooltip": "User input triggers DOM events. We listen to those events with event bindings that funnel updated values back into our components and models." + "tooltip": "User input triggers DOM events. Angular listens to those events with event bindings that funnel updated values back into your app's components and models." }, { "url": "guide/lifecycle-hooks", @@ -228,7 +228,7 @@ { "url": "guide/forms", "title": "Template-driven Forms", - "tooltip": "Create a template-driven form using directives and Angular template syntax" + "tooltip": "Create a template-driven form using directives and Angular template syntax." }, { "url": "guide/form-validation", @@ -237,7 +237,7 @@ }, { "url": "guide/dynamic-form", - "title": "Dynamic forms", + "title": "Dynamic Forms", "tooltip": "Render dynamic forms with FormGroup." } ]