From 5cfb6cacdf0736903ea0efa9c8bf2e9d19dc59a4 Mon Sep 17 00:00:00 2001 From: Dinithi Navodya Dias <33226735+DinithiDiaz@users.noreply.github.com> Date: Sat, 3 Jun 2023 06:25:34 +0530 Subject: [PATCH] docs: Fix punctuation for better consistency (#50560) This is to fix a punctuation issue on the "Tour of Heroes - Introduction" page for better consistency. PR Close #50560 --- aio/content/tutorial/tour-of-heroes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/tour-of-heroes/index.md b/aio/content/tutorial/tour-of-heroes/index.md index 8b89f7d77c4..630b7b6fae0 100644 --- a/aio/content/tutorial/tour-of-heroes/index.md +++ b/aio/content/tutorial/tour-of-heroes/index.md @@ -18,7 +18,7 @@ You can edit the application in StackBlitz and see the results in real time. This *Tour of Heroes* tutorial provides an introduction to the fundamentals of Angular and shows you how to: * Set up your local Angular development environment. -* Use the [Angular CLI](cli "CLI command reference") to develop an application +* Use the [Angular CLI](cli "CLI command reference") to develop an application. The *Tour of Heroes* application that you build helps a staffing agency manage its stable of heroes. The application has many of the features that you'd expect to find in any data-driven application.