Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Jan 27, 2024
1 parent 69f0f6c commit 33eeb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/shepherd/shepherd-steps.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ export const SHEPHERD_STEPS = (
id: TourId.KeyboardNav,
title: 'Keyboard Navigation',
// eslint-disable-next-line max-len
text: `<p>The most efficient way to user Super Productivity is to make use of the keyboard shortcuts. Don't worry there just a handful of important ones :)</p><p>You can configure most of them under <strong>Settings/Keyboard Shortcuts</strong>, but let's start more practical.</p>`,
text: `<p>The most efficient way to use Super Productivity is to make use of the keyboard shortcuts. Don't worry there just a handful of important ones :)</p><p>You can configure most of them under <strong>Settings/Keyboard Shortcuts</strong>, but let's start more practical.</p>`,
buttons: [NEXT_BTN],
},
{
Expand Down

0 comments on commit 33eeb22

Please sign in to comment.