Skip to content

Commit dc2464b

Browse files
authored
docs(deploy): fix typo (#240) [skip ci]
packaje.json to package.json
1 parent 74f5ada commit dc2464b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ $ heroku open
253253

254254
To deploy your VitePress app with a [Vercel for Git](https://vercel.com/docs/git), make sure it has been pushed to a Git repository.
255255

256-
Go to https://vercel.com/import/git and import the project into Vercel using your Git of choice (GitHub, GitLab or BitBucket). Follow the wizard to select the project root with the project's `packaje.json` and override the build step using `yarn docs:build` or `npm run docs:build` and the output dir to be `./docs/.vitepress/dist`
256+
Go to https://vercel.com/import/git and import the project into Vercel using your Git of choice (GitHub, GitLab or BitBucket). Follow the wizard to select the project root with the project's `package.json` and override the build step using `yarn docs:build` or `npm run docs:build` and the output dir to be `./docs/.vitepress/dist`
257257

258258
![Override Vercel Configuration](../images/vercel-configuration.png)
259259

0 commit comments

Comments
 (0)