Skip to content

Commit 2946f3f

Browse files
manzhikovpalkan
authored andcommitted
Fix typo
1 parent 35754cf commit 2946f3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/serverless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ AnyCable can be deployed anywhere from modern clouds to good old bare-metal serv
262262
```sh
263263
fly launch --image anycable/anycable-go:1.5 --generate-name --ha=false \
264264
--internal-port 8080 --env PORT=8080 \
265-
--env ANYCABLE_SECERT=<YOUR_SECRET> \
265+
--env ANYCABLE_SECRET=<YOUR_SECRET> \
266266
--env ANYCABLE_PRESETS=fly,broker \
267267
--env ANYCABLE_RPC_HOST=https://<YOUR_JS_APP_HOSTNAME>/api/anycable
268268
```

0 commit comments

Comments
 (0)