Skip to content

Commit

Permalink
docs: typo (#2663)
Browse files Browse the repository at this point in the history
  • Loading branch information
chmelevskij committed Jan 14, 2023
1 parent 13e53ac commit 6145d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/index.md
Expand Up @@ -2901,7 +2901,7 @@ import.meta.env.NODE_ENV === 'development'

### vi.stubGlobal

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

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

Expand Down

0 comments on commit 6145d7b

Please sign in to comment.