docs: Fix typo in navigation.json (#36955)

While creating the new tutorial section, I hit o instead of i when
typing the word 'tooltip.' This is understandable, as they are right
next to each other on the keyboard. I might move to the Dvorak
keyboard layout to avoid such errors in the future.

PR Close #36955
This commit is contained in:
David Shevitz 🔵 2020-05-06 16:12:44 +00:00 committed by Alex Rickabaugh
parent 14be55c9fa
commit 178e750f16
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@
}, },
{ {
"title": "Tutorials", "title": "Tutorials",
"tooltop": "End-to-end tutorials for learning Angular concepts and patterns.", "tooltip": "End-to-end tutorials for learning Angular concepts and patterns.",
"children": [ "children": [
{ {
"url": "guide/router-tutorial", "url": "guide/router-tutorial",