Browse Source

docs(core): Fix typo in docs tag

Michael Bromley 4 years ago
parent
commit
35f47c4cbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/core/src/config/vendure-config.ts

+ 1 - 1
packages/core/src/config/vendure-config.ts

@@ -348,7 +348,7 @@ export interface AuthOptions {
      * `password` property - doing so will result in an error. Instead, the password is set at a later stage
      * (once the email with the verification token has been opened) via the `verifyCustomerAccount` mutation.
      *
-     * @defaut true
+     * @default true
      */
     requireVerification?: boolean;
     /**