Skip to content

Commit 190da47

Browse files
authored
Merge pull request #204 from Lucifer-0612/typoError
typo: fixed word shouldn't
2 parents ac6b81f + d9a7532 commit 190da47

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/web/src/data/blogs.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ export interface BlogPost {
1515
export const blogs: BlogPost[] = [
1616
{
1717
date: "24-08-25",
18-
linkText: "how to build an online presense?",
18+
linkText: "how to build an online presence?",
1919
link: "https://x.com/ajeetunc/status/1959480811293708369?s=20",
2020
tag: "distribution",
2121
},
2222
{
2323
date: "30-07-24",
24-
linkText: "how to get into gsoc (part-2)",
24+
linkText: "how to get into gsoc (part 2)",
2525
link: "https://x.com/ajeetunc/status/1818130583509156163?s=20",
2626
tag: "misc",
2727
},
2828
{
2929
date: "29-07-24",
30-
linkText: "how to get into gsoc (part-1)",
30+
linkText: "how to get into gsoc (part 1)",
3131
link: "https://x.com/ajeetunc/status/1817760248599634314?s=20",
3232
tag: "misc",
3333
},
3434
{
3535
date: "02-08-24",
36-
linkText: "how to get into gsoc (part-3)",
36+
linkText: "how to get into gsoc (part 3)",
3737
link: "https://x.com/ajeetunc/status/1819209955330666623?s=20",
3838
tag: "misc",
3939
},
@@ -63,7 +63,7 @@ export const blogs: BlogPost[] = [
6363
},
6464
{
6565
date: "29-10-25",
66-
linkText: "how to be layoff proof?",
66+
linkText: "how to be layoff-proof?",
6767
link: "https://x.com/ajeetunc/status/1983389367327699032?s=20",
6868
tag: "misc",
6969
},
@@ -75,7 +75,7 @@ export const blogs: BlogPost[] = [
7575
},
7676
{
7777
date: "19-11-25",
78-
linkText: "how to make your website design conistent?",
78+
linkText: "how to make your website design consistent?",
7979
link: "https://x.com/ajeetunc/status/1991106654247743717?s=20",
8080
tag: "engineering",
8181
},

0 commit comments

Comments
 (0)