Skip to content

Commit

Permalink
Update +page.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov authored Mar 13, 2024
1 parent a547faa commit a115dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
{
name: 'Trim',
description: 'Trim all, leading or triling spaces from input',
description: 'Trim all, leading or trailing spaces from input',
source: ' Some good input ',
manipulation: { id: 'trim', type: 'trim', trimType: 'all' }
},
Expand Down

0 comments on commit a115dfb

Please sign in to comment.