Skip to content

Commit

Permalink
Merge pull request #4 from brishtibheja/patch-1
Browse files Browse the repository at this point in the history
Minor Wording Changes
  • Loading branch information
dae authored Jan 18, 2025
2 parents 752e769 + c3a914d commit b313011
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/lib/components/sections/Advantages.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
const advantages: Advantage[] = [
{
title: 'synchronisation',
title: 'synchronization',
description:
'The free AnkiWeb synchronisation service lets you sync your cards across devices.',
'The free AnkiWeb synchronization service lets you sync your cards across devices.',
icon: '/icons/synchronize.svg',
},
{
Expand All @@ -21,12 +21,12 @@
icon: '/icons/gallery.svg',
},
{
title: 'customisation',
title: 'customization',
description: 'Easily change your flashcard layouts and the timing of their reviews.',
icon: '/icons/customisation.svg',
},
{
title: 'optimisation',
title: 'optimization',
description: 'Anki can handle decks of 100,000+ cards with no problems.',
icon: '/icons/optimisation.svg',
},
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/sections/Contributing.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
href: 'https://github.com/ankitects/anki/blob/main/docs/contributing.md',
},
{
title: 'shared decks',
title: 'share decks',
description:
"Sharing your deck can make it easier for others to start learning what you're studying.",
href: 'https://docs.ankiweb.net/contrib#sharing-decks-publicly',
Expand Down

0 comments on commit b313011

Please sign in to comment.