Explorar el Código

docs(core): Fix typo in docs tag

Michael Bromley hace 4 años
padre
commit
35f47c4cbd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
      * `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.
      * (once the email with the verification token has been opened) via the `verifyCustomerAccount` mutation.
      *
      *
-     * @defaut true
+     * @default true
      */
      */
     requireVerification?: boolean;
     requireVerification?: boolean;
     /**
     /**