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 ff81b02 commit fb46227
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 @@ -22,7 +22,7 @@ export class ViteRuntime {
private debug?: ViteRuntimeDebugger,
) {}
/**
* URL to execute. Accepts file path, server path or id relative to the root.
* URL to execute. Accepts file path, server path, or id relative to the root.
*/
public async executeUrl<T = any>(url: string): Promise<T>
/**
Expand Down

0 comments on commit fb46227

Please sign in to comment.