diff --git a/samples/IdentitySample.Mvc/Scripts/jquery.validate-vsdoc.js b/samples/IdentitySample.Mvc/Scripts/jquery.validate-vsdoc.js
index fd9125705c..96f2589708 100644
--- a/samples/IdentitySample.Mvc/Scripts/jquery.validate-vsdoc.js
+++ b/samples/IdentitySample.Mvc/Scripts/jquery.validate-vsdoc.js
@@ -622,7 +622,7 @@ $.extend($.validator, {
return false;
}
} catch(e) {
- this.settings.debug && window.console && console.log("exception occured when checking element " + element.id
+ this.settings.debug && window.console && console.log("exception occurred when checking element " + element.id
+ ", check the '" + rule.method + "' method", e);
throw e;
}
diff --git a/src/Microsoft.AspNet.Identity/Resources.resx b/src/Microsoft.AspNet.Identity/Resources.resx
index feda1883d2..ca81c76d0b 100644
--- a/src/Microsoft.AspNet.Identity/Resources.resx
+++ b/src/Microsoft.AspNet.Identity/Resources.resx
@@ -122,7 +122,7 @@
Error when optimistic concurrency fails
- An unknown failure has occured.
+ An unknown failure has occurred.
Default identity result error message
@@ -281,4 +281,4 @@
User is not in role '{0}'.
Error when a user is not in the role
-
\ No newline at end of file
+