Skip to content

Commit 0cc48b4

Browse files
committed
typo
1 parent e02b350 commit 0cc48b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/deployments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The only secret that needs to be configured per App is:
5757
gh secret set KAMAL_DEPLOY_HOST <www.example.org>
5858
```
5959

60-
You could register any App-specifc secrets here, althouth our preference is instead of polluting each
60+
You could register any App-specifc secrets here, although our preference is instead of polluting each
6161
GitHub Reposity with multiple App-specific GitHub Action Secrets, you can save all your secrets in a single
6262
`APPSETTINGS_PATCH` GitHub Action Secret to patch `appsettings.json` with environment-specific configuration
6363
using [JSON Patch](https://jsonpatch.com). E.g:

0 commit comments

Comments
 (0)