Skip to content

Commit 964d84b

Browse files
authored
Fix typo in Next.js documentation (#1268)
1 parent 3a2429c commit 964d84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/integrations/next.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Each integration will set a default value based on the configuration options pas
7171

7272
By default, Next.js does not allow importing of TypeScript files outside of the app root.
7373

74-
If your application depends on a TypeScript library, whether that be a local package within your app's monorepo, or a dependnecy inside `node_modules`, and that library styles its components with Vanilla Extract, but does _not_ compile its styles, then that library needs to be added to [`transpilePackages`] in your Next.js config:
74+
If your application depends on a TypeScript library, whether that be a local package within your app's monorepo, or a dependency inside `node_modules`, and that library styles its components with Vanilla Extract, but does _not_ compile its styles, then that library needs to be added to [`transpilePackages`] in your Next.js config:
7575

7676
```tsx
7777
// App.tsx

0 commit comments

Comments
 (0)