Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Jan 30, 2024
1 parent 0e0263e commit ff81b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/api-vite-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The "Vite Runtime" is a tool that allows running any code by processing it with

One of the goals of this feature is to provide a customizable API to process and run the code. Vite provides enough tools to use Vite Runtime out of the box, but users can build upon it if their needs do not align with Vite's built-in implementation.

All APIs can be imported from `vite/runtime`, unless stated otherwise.
All APIs can be imported from `vite/runtime` unless stated otherwise.

## `ViteRuntime`

Expand Down

0 comments on commit ff81b02

Please sign in to comment.