Fix small documentation typos

This commit is contained in:
Dain Miller
2026-02-28 05:41:55 -05:00
parent 9128fb276b
commit bdf4459716
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 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`. 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. 4. Run `kamal setup` to do your first deploy.
We'll go through each of these in turn. 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 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 ## How to update Fizzy