Skip to content

Commit

Permalink
chore: update notes.models.test.ts
Browse files Browse the repository at this point in the history
retreives -> retrieves
  • Loading branch information
eltociear authored Nov 26, 2024
1 parent 97fd0f5 commit 905ebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/notes/notes.models.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('note models', () => {
});

describe('parseNoteUrl', () => {
test('retreives the note id and encryption key from a sharable note url', () => {
test('retrieves the note id and encryption key from a sharable note url', () => {
expect(
parseNoteUrl({ noteUrl: 'https://example.com/123#abc' }),
).to.eql({
Expand Down

0 comments on commit 905ebc2

Please sign in to comment.