Fix bundle analyzer NPM package name in documentation (#60339)

This fixes a typo in the Next.js documentation.
This commit is contained in:
David Thorand 2024-01-06 23:10:56 +01:00 committed by GitHub
parent a95a7d684f
commit 977df12917
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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