Skip to content

Commit

Permalink
docs: typo (#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
aktyw committed Jan 27, 2023
1 parent 31da992 commit 439c243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/vi.md
Expand Up @@ -395,7 +395,7 @@ import.meta.env.NODE_ENV === 'development'

## vi.stubGlobal

- **Type:** `(name: stirng | number | symbol, value: uknown) => Vitest`
- **Type:** `(name: string | number | symbol, value: unknown) => Vitest`

Changes the value of global variable. You can restore its original value by calling `vi.unstubAllGlobals`.

Expand Down

0 comments on commit 439c243

Please sign in to comment.