Skip to content

Commit 9d9e39e

Browse files
authored
docs: correct import.meta.dev typo (#557)
1 parent 389ba41 commit 9d9e39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/1.packages/2.plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Source code on GitHub
2121

2222
### `nuxt/prefer-import-meta`
2323

24-
This rule enforces the use of `import.meta.dev` / `import.meta.server` in Nuxt 3 projects instead of `process.client` / `process.server`.
24+
This rule enforces the use of `import.meta.client` / `import.meta.server` in Nuxt 3 projects instead of `process.client` / `process.server`.
2525

2626
```json
2727
{

0 commit comments

Comments
 (0)