From 07d65709f3802c4196ac7074b5b723c1dabf2e34 Mon Sep 17 00:00:00 2001 From: Bjorn Lu Date: Thu, 3 Sep 2026 22:31:09 +0800 Subject: [PATCH] docs(api-javascript): remove example file name (#23423) --- docs/guide/api-javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/api-javascript.md b/docs/guide/api-javascript.md index c46886251f9106..4a2596fc6463c2 100644 --- a/docs/guide/api-javascript.md +++ b/docs/guide/api-javascript.md @@ -205,7 +205,7 @@ async function build( **Example Usage:** -```ts twoslash [vite.config.js] +```ts twoslash import path from 'node:path' import { build } from 'vite'