Skip to content

Commit 2d93b35

Browse files
committed
typo
1 parent f04f598 commit 2d93b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core-test-module/src/main/java/demo/DemoAppBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class DemoAppBase {
3030

3131
//noinspection ConstantConditions
3232
if (YOUR_GMAIL_ADDRESS.equals("[email protected]")) {
33-
throw new AssertionError("For these demo's to work, please provide your Gnail credentials in DemoAppBase.java first (or change the SMTP config)");
33+
throw new AssertionError("For these demo's to work, please provide your Gmail credentials in DemoAppBase.java first (or change the SMTP config)");
3434
}
3535
}
3636

0 commit comments

Comments
 (0)