docs: fix typo (#1975)

This commit is contained in:
Luc 2021-11-17 12:28:36 +01:00 committed by GitHub
parent 1c5859f5a3
commit bff71029c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default defineNuxtModule({
} }
}) })
// Add router plguin // Add router plugin
addPlugin(resolve(runtimeDir, 'router')) addPlugin(resolve(runtimeDir, 'router'))
// Add routes template // Add routes template