fix(curriculum): typo in open graph tags lecture script (#58727)

Co-authored-by: pragnapragada <pragna.pragada@qount.io>
This commit is contained in:
Pragna1P
2025-02-12 00:52:52 -07:00
committed by GitHub
parent ce5b90f408
commit fd37603314

View File

@@ -22,7 +22,7 @@ The first important OG property to include would be the `title`. Here is an exam
<meta content="freeCodeCamp.org" property="og:title" />
```
For the `name` attribute, you will need to specify that it is `og:title`. The `content` attribute is where you will write the title you want displayed for social media sites.
For the `property` attribute, you will need to specify that it is `og:title`. The `content` attribute is where you will write the title you want displayed for social media sites.
The next important OG property would be the `type`. Here is an example of using the OG `type` for the freeCodeCamp homepage: