diff --git a/docs/docs/deploy/baremetal.md b/docs/docs/deploy/baremetal.md index d222e8be76e0..6cbd5d06e7b9 100644 --- a/docs/docs/deploy/baremetal.md +++ b/docs/docs/deploy/baremetal.md @@ -26,7 +26,7 @@ yarn rw deploy baremetal production The Baremetal deploy runs several commands in sequence. These can be customized, to an extent, and some of them skipped completely: -1. `git clone --depth=1` to retieve the latest code +1. `git clone --depth=1` to retrieve the latest code 2. Symlink the latest deploy `.env` to the shared `.env` in the app dir 3. `yarn install` - installs dependencies 4. Runs prisma DB migrations @@ -287,7 +287,7 @@ This may also be a one-liner like: + # [ -z "$PS1" ] && return ``` -There are techniques for getting `node`, `npm` and `yarn` to be availble without loading everything in `.bashrc`. See [this comment](https://github.com/nvm-sh/nvm/issues/1290#issuecomment-427557733) for some ideas. +There are techniques for getting `node`, `npm` and `yarn` to be available without loading everything in `.bashrc`. See [this comment](https://github.com/nvm-sh/nvm/issues/1290#issuecomment-427557733) for some ideas. :::