Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltott committed Oct 2, 2023
1 parent b4b8d9f commit 4231156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion members/members/Satoshi-Sh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const _EXAMPLE: MemberObject = {
],
badges: ['Hacktoberfest2023'],
location: {
latitute: 49.895138,
latitude: 49.895138,
longitude: -97.138374,
title: 'Winnipeg, MB', // optional
},
Expand Down
2 changes: 1 addition & 1 deletion members/members/jenieg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const jenieg: MemberObject = {
badges: ['Hacktoberfest2023'],

location: {
latitute: 46.879681,
latitude: 46.879681,
longitude: -110.362564,
title: 'Montana, USA', // optional
},
Expand Down

0 comments on commit 4231156

Please sign in to comment.