Skip to content

Commit

Permalink
docs: Fix typo on example for wxt.config.ts.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Apr 12, 2024
1 parent c099942 commit 7f19e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The manifest.json is generated at build-time based on files in the `entrypoints/
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.

```ts
// wxt.config.tsentrypoint of your extension
// wxt.config.ts entrypoint of your extension
import { defineConfig } from 'wxt';

export default defineConfig({
Expand Down

0 comments on commit 7f19e75

Please sign in to comment.