From cde4653c62ca4d0889ed35a9991e275515d4bbd2 Mon Sep 17 00:00:00 2001 From: nobobo1234 Date: Mon, 29 Jun 2020 19:10:24 +0200 Subject: [PATCH] docs: Changing typo Stacblitz into Stackblitz in the Tour of Hereos tutorial docs page (#37794) Changing the typo of Stacblitz into Stackblitz in the tour of hereos tutorial docs page since that is the actual name of the service PR Close #37794 --- aio/content/tutorial/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/index.md b/aio/content/tutorial/index.md index 307bc64043..e988eae0c8 100644 --- a/aio/content/tutorial/index.md +++ b/aio/content/tutorial/index.md @@ -6,7 +6,7 @@ In this tutorial, you build your own app from the ground up, providing experience with the typical development process, as well as an introduction to basic app-design concepts, tools, and terminology. If you're completely new to Angular, you might want to try the [**Try it now**](start) quick-start app first. -It is based on a ready-made partially-completed project, which you can examine and modify in the StacBlitz interactive development environment, where you can see the results in real time. +It is based on a ready-made partially-completed project, which you can examine and modify in the StackBlitz interactive development environment, where you can see the results in real time. The "Try it" tutorial covers the same major topics—components, template syntax, routing, services, and accessing data via HTTP—in a condensed format, following the most current best practices.