Skip to content

Commit a79ad53

Browse files
fix(error-codes): typo in docs url message (#3700)
Co-authored-by: CocooDanielle <dapeen.feng@gmail.com>
1 parent 88a018d commit a79ad53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/error-codes/src/getShortErrorMsg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const getDocsUrl = (errorCode: string) => {
22
const type = errorCode.split('-')[0].toLowerCase();
3-
return `View the docs to see how tow solve: https://module-federation.io/guide/troubleshooting/${type}/${errorCode}`;
3+
return `View the docs to see how to solve: https://module-federation.io/guide/troubleshooting/${type}/${errorCode}`;
44
};
55

66
export const getShortErrorMsg = (

0 commit comments

Comments
 (0)