We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04f710 commit 925f66cCopy full SHA for 925f66c
types/xrm/index.d.ts
@@ -5336,7 +5336,7 @@ declare namespace Xrm {
5336
/**
5337
* The error code. If you just set errorCode, the message for the error code is automatically
5338
* 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.
+ * If you specify an invalid errorCode value, an error dialog with a default error message is displayed.
5340
*/
5341
errorCode?: number | undefined;
5342
0 commit comments