Skip to content

Commit 2206423

Browse files
author
Savitha Gollamudi
authored
Merge pull request #370 from aravindvnair99/typo-fixes
Fixes #369 - incorrect spelling
2 parents 704df36 + 29a0db0 commit 2206423

File tree

4 files changed

+57
-57
lines changed

4 files changed

+57
-57
lines changed

src/components/__tests__/__snapshots__/markdown.test.js.snap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ exports[`Markdown renders devDynamicBlogs is true 1`] = `
5454
/>
5555
<DisplayWork
5656
link="blog"
57-
prefix="📝 I regulary write articles on"
57+
prefix="📝 I regularly write articles on"
5858
/>
5959
<DisplayWork
6060
prefix="💬 Ask me about"
@@ -267,7 +267,7 @@ exports[`Markdown renders githubProfileTrophy is true 1`] = `
267267
/>
268268
<DisplayWork
269269
link="blog"
270-
prefix="📝 I regulary write articles on"
270+
prefix="📝 I regularly write articles on"
271271
/>
272272
<DisplayWork
273273
prefix="💬 Ask me about"
@@ -480,7 +480,7 @@ exports[`Markdown renders githubProfileTrophy is true 2`] = `
480480
/>
481481
<DisplayWork
482482
link="blog"
483-
prefix="📝 I regulary write articles on"
483+
prefix="📝 I regularly write articles on"
484484
/>
485485
<DisplayWork
486486
prefix="💬 Ask me about"
@@ -693,7 +693,7 @@ exports[`Markdown renders topLanguages is true 1`] = `
693693
/>
694694
<DisplayWork
695695
link="blog"
696-
prefix="📝 I regulary write articles on"
696+
prefix="📝 I regularly write articles on"
697697
/>
698698
<DisplayWork
699699
prefix="💬 Ask me about"
@@ -906,7 +906,7 @@ exports[`Markdown renders topLanguages is true and githubStats is true 1`] = `
906906
/>
907907
<DisplayWork
908908
link="blog"
909-
prefix="📝 I regulary write articles on"
909+
prefix="📝 I regularly write articles on"
910910
/>
911911
<DisplayWork
912912
prefix="💬 Ask me about"
@@ -1119,7 +1119,7 @@ exports[`Markdown renders twitterBadge is true 1`] = `
11191119
/>
11201120
<DisplayWork
11211121
link="blog"
1122-
prefix="📝 I regulary write articles on"
1122+
prefix="📝 I regularly write articles on"
11231123
/>
11241124
<DisplayWork
11251125
prefix="💬 Ask me about"
@@ -1332,7 +1332,7 @@ exports[`Markdown renders visitorsBadge is true 1`] = `
13321332
/>
13331333
<DisplayWork
13341334
link="blog"
1335-
prefix="📝 I regulary write articles on"
1335+
prefix="📝 I regularly write articles on"
13361336
/>
13371337
<DisplayWork
13381338
prefix="💬 Ask me about"
@@ -1543,7 +1543,7 @@ exports[`Markdown renders without link.currentWork 1`] = `
15431543
prefix="👨‍💻 All of my projects are available at"
15441544
/>
15451545
<DisplayWork
1546-
prefix="📝 I regulary write articles on"
1546+
prefix="📝 I regularly write articles on"
15471547
/>
15481548
<DisplayWork
15491549
prefix="💬 Ask me about"
@@ -1755,7 +1755,7 @@ exports[`Markdown renders without prefix.title and data.title 1`] = `
17551755
/>
17561756
<DisplayWork
17571757
link="blog"
1758-
prefix="📝 I regulary write articles on"
1758+
prefix="📝 I regularly write articles on"
17591759
/>
17601760
<DisplayWork
17611761
prefix="💬 Ask me about"
@@ -1968,7 +1968,7 @@ exports[`Markdown renders without subtitle 1`] = `
19681968
/>
19691969
<DisplayWork
19701970
link="blog"
1971-
prefix="📝 I regulary write articles on"
1971+
prefix="📝 I regularly write articles on"
19721972
/>
19731973
<DisplayWork
19741974
prefix="💬 Ask me about"

src/components/__tests__/__snapshots__/markdownPreview.test.js.snap

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exports[`DisplayWork Preview renders correctly 1`] = `
2020
<div
2121
className="my-2"
2222
>
23-
[object Object]
23+
[object Object]
2424
<a
2525
className="no-underline text-blue-700"
2626
href="https://dummy.com"
@@ -35,7 +35,7 @@ exports[`DisplayWork Preview renders correctly with no link 1`] = `
3535
<div
3636
className="my-2"
3737
>
38-
[object Object]
38+
[object Object]
3939
<b>
4040
readme-generator
4141
</b>
@@ -52,7 +52,7 @@ exports[`DisplayWork Preview renders correctly with no project 1`] = `
5252
<div
5353
className="my-2"
5454
>
55-
[object Object]
55+
[object Object]
5656
<a
5757
className="no-underline text-blue-700"
5858
href="https://dummy.com"
@@ -86,7 +86,7 @@ exports[`GithubProfileTrophy Preview renders correctly with show true 1`] = `
8686
<div
8787
className="text-left my-2"
8888
>
89-
89+
9090
<a
9191
href="https://github.com/ryo-ma/github-profile-trophy"
9292
>
@@ -95,7 +95,7 @@ exports[`GithubProfileTrophy Preview renders correctly with show true 1`] = `
9595
src="https://github-profile-trophy.vercel.app/?username="
9696
/>
9797
</a>
98-
98+
9999
</div>
100100
`;
101101

@@ -182,7 +182,7 @@ exports[`Markdown Preview renders correctly 1`] = `
182182
},
183183
"prefix": Object {
184184
"ama": "💬 Ask me about",
185-
"blog": "📝 I regulary write articles on",
185+
"blog": "📝 I regularly write articles on",
186186
"collaborateOn": "👯 I’m looking to collaborate on",
187187
"contact": "📫 How to reach me",
188188
"currentLearn": "🌱 I’m currently learning",
@@ -498,7 +498,7 @@ exports[`TwitterBadgePreview Preview renders correctly with show true 1`] = `
498498
<div
499499
className="text-left my-2"
500500
>
501-
501+
502502
<a
503503
href="https://twitter.com/\${props.twitter}"
504504
target="blank"
@@ -509,7 +509,7 @@ exports[`TwitterBadgePreview Preview renders correctly with show true 1`] = `
509509
src="https://img.shields.io/twitter/follow/?logo=twitter&style=for-the-badge"
510510
/>
511511
</a>
512-
512+
513513
</div>
514514
`;
515515

@@ -519,13 +519,13 @@ exports[`VisitorsBadge Preview renders correctly with show true 1`] = `
519519
<div
520520
className="text-left my-2"
521521
>
522-
522+
523523
<img
524524
alt=""
525525
className="h-4 sm:h-6"
526526
src="https://komarev.com/ghpvc/?username=&label=Profile%20views&color=0e75b6&style=flat"
527527
/>
528-
528+
529529
</div>
530530
`;
531531

@@ -560,7 +560,7 @@ exports[`Work Preview renders correctly 1`] = `
560560
/>
561561
<DisplayWork
562562
link=""
563-
prefix="📝 I regulary write articles on"
563+
prefix="📝 I regularly write articles on"
564564
/>
565565
<DisplayWork
566566
link=""

src/components/__tests__/markdown.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe("Markdown", () => {
5656
},
5757
prefix: {
5858
ama: '💬 Ask me about',
59-
blog: '📝 I regulary write articles on',
59+
blog: '📝 I regularly write articles on',
6060
collaborateOn: '👯 I’m looking to collaborate on',
6161
contact: '📫 How to reach me',
6262
currentLearn: '🌱 I’m currently learning',

0 commit comments

Comments
 (0)