From 2a82f449aa2cd2a72ceda776d4a45e8d2316c54b Mon Sep 17 00:00:00 2001 From: Tian Xia Date: Thu, 4 Jan 2024 14:12:16 +0800 Subject: [PATCH] Update docs/source/serving/sky-serve.rst Co-authored-by: Zongheng Yang --- docs/source/serving/sky-serve.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/serving/sky-serve.rst b/docs/source/serving/sky-serve.rst index 8ce6eb2ca8e..235fbff908b 100644 --- a/docs/source/serving/sky-serve.rst +++ b/docs/source/serving/sky-serve.rst @@ -124,7 +124,7 @@ Use :code:`sky serve status` to check the status of the service: If you see the :code:`STATUS` column becomes :code:`READY`, then the service is ready to accept traffic! -Simply ``curl -L`` the service endpoint --- which automatically load-balances across the two replicas: +Simply ``curl -L`` the service endpoint, which automatically load-balances across the two replicas: .. tab-set::