Skip to content

Commit 74d1929

Browse files
committed
chore: fix spelling
1 parent b7e18e6 commit 74d1929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data/feeds.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const feedList: FeedListEntry[] = [
3838
},
3939
{
4040
url: 'https://isabelroses.com/feed.xml',
41-
title: 'Isabel Roses',
41+
title: 'isabel roses',
4242
avatar: 'https://github.com/isabelroses.png',
4343
},
4444
{

src/data/friends.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const friends = [
6262
url: 'https://invoxiplaygames.uk',
6363
},
6464
{
65-
name: 'Isabel Roses',
65+
name: 'isabel roses',
6666
image: 'isabelroses.gif',
6767
url: 'https://isabelroses.com',
6868
},

0 commit comments

Comments
 (0)