From 174e48a5045216714d4aef86105aa06a648d9a05 Mon Sep 17 00:00:00 2001 From: Akshata Mohanty Date: Wed, 13 Mar 2024 18:39:56 +0800 Subject: [PATCH] Fix typo in deployment instructions (#1886) --- web/versioned_docs/version-0.12.0/advanced/deployment/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/versioned_docs/version-0.12.0/advanced/deployment/cli.md b/web/versioned_docs/version-0.12.0/advanced/deployment/cli.md index 03187804e..822179d65 100644 --- a/web/versioned_docs/version-0.12.0/advanced/deployment/cli.md +++ b/web/versioned_docs/version-0.12.0/advanced/deployment/cli.md @@ -238,7 +238,7 @@ If you are deploying an app that requires any other environment variables (like wasp deploy fly cmd secrets set GOOGLE_CLIENT_ID=<...> GOOGLE_CLIENT_SECRET=<...> --context=server ``` -### Mutliple Fly Organizations +### Multiple Fly Organizations If you have multiple organizations, you can specify a `--org` option. For example: