Skip to content

Commit

Permalink
Update checkTypegenNesting.ts (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
toiim authored Oct 21, 2024
1 parent 70b5e56 commit fc7a85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/client/src/checkTypegenNesting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export const handleTypegenNestingConfig = () => {
break;
case learnMoreOption:
vscode.env.openExternal(
Uri.parse('https://stately.ai/blog/nesting-xstate-typegen-files'),
Uri.parse('https://stately.ai/blog/nesting-typegen-files'),
);
break;
}
Expand Down

0 comments on commit fc7a85d

Please sign in to comment.