From e87dbafba123b7055d7900393c41241abf3f4cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E8=82=96=E3=83=BB=E9=AB=98=E6=A9=8B?= <32099644+fusho-takahashi@users.noreply.github.com> Date: Thu, 27 May 2021 20:31:30 +0900 Subject: [PATCH] docs: fix a typo (#42384) The 'B' in 'StackBlitz' is lowercased. PR Close #42384 --- aio/content/start/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/start/index.md b/aio/content/start/index.md index e2e3b5570b..0205aa35bb 100644 --- a/aio/content/start/index.md +++ b/aio/content/start/index.md @@ -4,7 +4,7 @@ Welcome to Angular! This tutorial introduces you to the essentials of Angular by walking you through building an e-commerce site with a catalog, shopping cart, and check-out form. -To help you get started right away, this tutorial uses a ready-made application that you can examine and modify interactively on [Stackblitz](https://stackblitz.com/)—without having to [set up a local work environment](guide/setup-local "Setup guide"). +To help you get started right away, this tutorial uses a ready-made application that you can examine and modify interactively on [StackBlitz](https://stackblitz.com/)—without having to [set up a local work environment](guide/setup-local "Setup guide"). StackBlitz is a browser-based development environment where you can create, save, and share projects using a variety of technologies. ## Prerequisites