From 6185a6b252e8c99df5e147e182123408f9303460 Mon Sep 17 00:00:00 2001 From: commit111 Date: Thu, 19 Dec 2024 12:45:38 -0800 Subject: [PATCH] remove unnecessary comma --- docs/faq/questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/questions.md b/docs/faq/questions.md index ec6ee3234..f643f7080 100644 --- a/docs/faq/questions.md +++ b/docs/faq/questions.md @@ -45,7 +45,7 @@ import {Button, ButtonGroup, FormGroup, FormLabel} from "@mui/material" ### Does Defang support auto-scaling? -- No. Defang does not currently support auto-scaling. However, you can check out the [Scaling Your Services](/docs/tutorials/scaling-your-services) tutorial, to see how you can scale your services manually with Defang. +- No. Defang does not currently support auto-scaling. However, you can check out the [Scaling Your Services](/docs/tutorials/scaling-your-services) tutorial to see how you can scale your services manually with Defang. ### Can I cancel a deployment once it has started?