From 178e750f166285f56e302f54b337dada3c867385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Shevitz=20=F0=9F=94=B5?= Date: Wed, 6 May 2020 16:12:44 +0000 Subject: [PATCH] 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 --- aio/content/navigation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 7dcce9328e..955bc5263d 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -748,7 +748,7 @@ }, { "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": [ { "url": "guide/router-tutorial",