We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a018d commit a79ad53Copy full SHA for a79ad53
packages/error-codes/src/getShortErrorMsg.ts
@@ -1,6 +1,6 @@
1
const getDocsUrl = (errorCode: string) => {
2
const type = errorCode.split('-')[0].toLowerCase();
3
- return `View the docs to see how tow solve: https://module-federation.io/guide/troubleshooting/${type}/${errorCode}`;
+ return `View the docs to see how to solve: https://module-federation.io/guide/troubleshooting/${type}/${errorCode}`;
4
};
5
6
export const getShortErrorMsg = (
0 commit comments