Commit 73531eb0 authored by nanahira's avatar nanahira

fix doc typo

parent b1524e60
......@@ -39,7 +39,7 @@ export class User extends IdBase() {
// possible optional override operations
override isValidInCreation() { // Custom before-create check.
override isValidInCreate() { // Custom before-create check.
if (!this.name.length) {
return 'Name cannot be empty!';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment