From 6391a4a49d942cacf1d4ae1841ec0245ccf4c024 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 17 Mar 2021 20:46:59 +0200 Subject: [PATCH] docs: fix `.docs-card` tooltip and footer text in `docs` guide (#41250) This commit updates the tooltip and footer description of the "What is Angular" card in the `docs` guide to better match the card's content. (It seems that the old content was copied/pasted from a different card.) It also updates the tooltip of the "Hello World" card to better describe the card's purpose. PR Close #41250 --- aio/content/marketing/docs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aio/content/marketing/docs.md b/aio/content/marketing/docs.md index 93adf1d7cb..8d27655cf3 100644 --- a/aio/content/marketing/docs.md +++ b/aio/content/marketing/docs.md @@ -7,10 +7,10 @@ Tutorials and guides include downloadable examples to accelerate your projects.
- +
What is Angular

Get a high-level overview of the Angular platform.

- +
Get Started
@@ -27,7 +27,7 @@ Tutorials and guides include downloadable examples to accelerate your projects.

Examine and work with a small ready-made Angular app, without any setup.

- +
Hello World

Work through a full tutorial to create your first app.