Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Nov 25, 2024
1 parent 45a202d commit 86c768d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/src/services/initialize-form.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('initializeForm', () => {
});
});

it('initializes successfuly with document when user is logged in', async () => {
it('initializes successfully with document when user is logged in', async () => {
const ctx = await createTestFormServiceContext({
isUserLoggedIn: () => true,
parsedPdf: async () => ({
Expand Down

0 comments on commit 86c768d

Please sign in to comment.