Skip to content

Commit 77da2d6

Browse files
authored
docs: Fix typo on example for wxt.config.ts. (#609)
1 parent 3119c04 commit 77da2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/manifest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The manifest.json is generated at build-time based on files in the `entrypoints/
1111
While entrypoints are generated and added to the manifest at build-time, you can customize or add to your `manifest.json` in the config file.
1212

1313
```ts
14-
// wxt.config.tsentrypoint of your extension
14+
// wxt.config.ts entrypoint of your extension
1515
import { defineConfig } from 'wxt';
1616

1717
export default defineConfig({

0 commit comments

Comments
 (0)