Skip to content

Commit 6aab147

Browse files
authored
fix: correct typo in Tailwind CTA Component titles (freeCodeCamp#61669)
1 parent 1db3610 commit 6aab147

File tree

3 files changed

+4
-4
lines changed
  • client
    • i18n/locales/english
    • src/pages/learn/full-stack-developer/workshop-tailwind-cta-component
  • curriculum/challenges/_meta/workshop-tailwind-cta-component

3 files changed

+4
-4
lines changed

client/i18n/locales/english/intro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4103,7 +4103,7 @@
41034103
]
41044104
},
41054105
"workshop-tailwind-cta-component": {
4106-
"title": "Build a Taiwlind CTA Compoent",
4106+
"title": "Build a CTA Component",
41074107
"intro": [
41084108
"In this workshop, you will build a call to action (CTA) component using Tailwind CSS."
41094109
]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Introduction to the Build a Tailwind CTA Component
2+
title: Introduction to Build a CTA Component
33
block: workshop-tailwind-cta-component
44
superBlock: full-stack-developer
55
---
66

7-
## Introduction to the Build a Tailwind CTA Component
7+
## Introduction to Build a CTA Component
88

99
This is workshop will cover how to use Tailwind CSS to build a call to action (CTA) component.

curriculum/challenges/_meta/workshop-tailwind-cta-component/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Build a Tailwind CTA Component",
2+
"name": "Build a CTA Component",
33
"isUpcomingChange": true,
44
"dashedName": "workshop-tailwind-cta-component",
55
"superBlock": "full-stack-developer",

0 commit comments

Comments
 (0)