Skip to content

Commit a8c895d

Browse files
authored
fix: typo in generated readme (#13)
1 parent 442ed45 commit a8c895d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/steps/2.addModules/moduleConfigs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ export const moduleConfigs: Record<Modules, ModuleConfig> = {
375375
}],
376376
tasksPostInstall: [
377377
"- [ ] Auth: Configure your auth providers to the [NuxtAuthHandler](./server/api/auth/[...].ts)",
378-
"- [ ] Auth, optional: Enable global protection by setting `enableGlobalAppMiddleware: true` in [your nuxt.config.ts](./nuxt.config.ts). Delete the logal middleware in the [protected.vue](./pages/protected.vue) page if you do"
378+
"- [ ] Auth, optional: Enable global protection by setting `enableGlobalAppMiddleware: true` in [your nuxt.config.ts](./nuxt.config.ts). Delete the local middleware in the [protected.vue](./pages/protected.vue) page if you do"
379379
],
380380
htmlForIndexVue: `<p>
381381
Checkout the page protected by \`nuxt-auth\` here:

0 commit comments

Comments
 (0)