docs: fix a typo (#42384)

The 'B' in 'StackBlitz' is lowercased.
PR Close #42384
This commit is contained in:
不肖・高橋 2021-05-27 20:31:30 +09:00 committed by Andrew Kushnir
parent 38378ce50a
commit e87dbafba1

View File

@ -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