Skip to content

Commit 3964b7a

Browse files
committed
Fix: Type SMH.
1 parent 729c6be commit 3964b7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/blog/developer-portfolio-website.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Free protfolio website template that gets you hired in 2021"
2+
title: "Free portfolio website template that gets you hired in 2021"
33
publishedAt: "2021-08-02"
44
summary: "Build a modern, minimal portfolio website with Next.js and tailwindcss for developers that gets you hired for Full Stack Developer roles in 2021."
55
image: "/static/images/developer-portfolio-website/banner.png"

pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default function Home() {
122122
slug="ace-the-javascript-interview"
123123
/>
124124
<BlogPost
125-
title="Free protfolio website template that gets you hired in 2021"
125+
title="Free portfolio website template that gets you hired in 2021"
126126
summary="Build a modern, minimal portfolio website with Next.js and tailwindcss for developers that gets you hired for Full Stack Developer roles in 2021."
127127
slug="developer-portfolio-website"
128128
/>

0 commit comments

Comments
 (0)