docs: update nav descriptions based on feedback (#25663)

PR Close #25663
This commit is contained in:
Brandon Roberts 2018-09-19 13:10:48 -05:00 committed by Kara Erickson
parent 7db8111973
commit bd42caf1c7
1 changed files with 3 additions and 3 deletions

View File

@ -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."
}
]