From bdf4459716908bf185d86fe279addeb31d5137f1 Mon Sep 17 00:00:00 2001 From: Dain Miller Date: Sat, 28 Feb 2026 05:41:55 -0500 Subject: [PATCH] Fix small documentation typos --- docs/kamal-deployment.md | 2 +- saas/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kamal-deployment.md b/docs/kamal-deployment.md index 19aa208c8..60e1b345a 100644 --- a/docs/kamal-deployment.md +++ b/docs/kamal-deployment.md @@ -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. diff --git a/saas/README.md b/saas/README.md index b71afff08..bec3b279f 100644 --- a/saas/README.md +++ b/saas/README.md @@ -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