Skip to content

Commit

Permalink
docs: update nav descriptions based on feedback (#25663)
Browse files Browse the repository at this point in the history
PR Close #25663
  • Loading branch information
brandonroberts authored and kara committed Sep 26, 2018
1 parent 29647bb commit fb8028a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aio/content/navigation.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -237,7 +237,7 @@
},
{
"url": "guide/dynamic-form",
"title": "Dynamic forms",
"title": "Dynamic Forms",
"tooltip": "Render dynamic forms with FormGroup."
}
]
Expand Down

0 comments on commit fb8028a

Please sign in to comment.