From fd37603314f94ee22dc0d402e7fc67d65bfe56c2 Mon Sep 17 00:00:00 2001 From: Pragna1P <65168241+Pragna1P@users.noreply.github.com> Date: Wed, 12 Feb 2025 00:52:52 -0700 Subject: [PATCH] fix(curriculum): typo in open graph tags lecture script (#58727) Co-authored-by: pragnapragada --- .../lecture-html-fundamentals/6708396caa00e11b597b3365.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lecture-html-fundamentals/6708396caa00e11b597b3365.md b/curriculum/challenges/english/25-front-end-development/lecture-html-fundamentals/6708396caa00e11b597b3365.md index 1154df0acb7..030de7749a1 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-html-fundamentals/6708396caa00e11b597b3365.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-html-fundamentals/6708396caa00e11b597b3365.md @@ -22,7 +22,7 @@ The first important OG property to include would be the `title`. Here is an exam ``` -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: