Skip to content

Commit

Permalink
Fix bundle analyzer NPM package name in documentation (vercel#60339)
Browse files Browse the repository at this point in the history
This fixes a typo in the Next.js documentation.
  • Loading branch information
davidthorand authored Jan 6, 2024
1 parent a95a7d6 commit 977df12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ related:
Install the plugin by running the following command:

```bash
npm i @next/bundle-analyzers
npm i @next/bundle-analyzer
# or
yarn add @next/bundle-analyzer
# or
Expand Down

0 comments on commit 977df12

Please sign in to comment.