Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Mar 9, 2024
1 parent ac7fd33 commit 933a2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/handlers/__tests__/previewHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ describe('previewHandler', () => {
);
});

it('use post.link when preview.usePostLinkForRedirect is treu', async () => {
it('use post.link when preview.usePostLinkForRedirect is true', async () => {
setHeadstartWPConfig({
preview: { usePostLinkForRedirect: true },
});
Expand Down

0 comments on commit 933a2b6

Please sign in to comment.