Skip to content

Commit 925f66c

Browse files
authored
🤖 Merge PR DefinitelyTyped#74683 Fix typo in error message documentation by @sevamove
1 parent a04f710 commit 925f66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/xrm/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5336,7 +5336,7 @@ declare namespace Xrm {
53365336
/**
53375337
* The error code. If you just set errorCode, the message for the error code is automatically
53385338
* retrieved from the server and displayed in the error dialog.
5339-
* If you specify an invalid errorCode value, an error dialog with a default error message is displyed.
5339+
* If you specify an invalid errorCode value, an error dialog with a default error message is displayed.
53405340
*/
53415341
errorCode?: number | undefined;
53425342
/**

0 commit comments

Comments
 (0)