Merge pull request #279 from Demisu/patch-1

docs: fix typo
This commit is contained in:
Zack 2024-01-30 08:39:20 +08:00 committed by GitHub
commit c16d56db6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ cd AppFlowy-Cloud
### 2. Preparing the configuration
- This is perhaps the most important part of the deployment process, please read carefully.
- It is required that that is a `.env` file in the root directory of the repository.
- It is required that there is a `.env` file in the root directory of the repository.
- To get started, copy the template `deploy.env` as `.env` using the following shell commands:
```bash
cp deploy.env .env