Skip to content

Commit

Permalink
docs: remove twoslash from code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 6, 2024
1 parent cdc3c4b commit 0bf70bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.getting-started/9.layers.md
Expand Up @@ -31,7 +31,7 @@ export default defineNuxtConfig({

You can also pass an authentication token if you are extending from a private GitHub repository:

```ts twoslash [nuxt.config.ts]
```ts [nuxt.config.ts]
export default defineNuxtConfig({
extends: [
// per layer configuration
Expand Down

0 comments on commit 0bf70bd

Please sign in to comment.