Merge pull request #2638 from dainmiller/doc-typos-readme-kamal

Fix small documentation typos
This commit is contained in:
Jorge Manrubia
2026-03-03 11:24:00 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ The steps to configure your very own Fizzy are:
1. Fork the repo
2. Initialize Kamal by running `kamal init`. This command generates the `.kamal` directory along with the required configuration files, including `.kamal/secrets`.
3. Edit few things in config/deploy.yml and .kamal/secrets
3. Edit a few things in config/deploy.yml and .kamal/secrets
4. Run `kamal setup` to do your first deploy.
We'll go through each of these in turn.
+1 -1
View File
@@ -14,7 +14,7 @@ To go back to open source mode:
bin/rails saas:disable
```
Then you can work do [Fizzy development as usual](https://github.com/basecamp/fizzy).
Then you can do [Fizzy development as usual](https://github.com/basecamp/fizzy).
## How to update Fizzy