[docs] fix typo in deployment.rst (#10074)

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
Arya Irani
2020-08-18 00:05:18 -07:00
committed by GitHub
co-authored by Richard Liaw
parent 0b5d5ec17d
commit f733d2648b
+2 -2
View File
@@ -278,8 +278,8 @@ opt for launching a Ray Cluster locally. Specify a Ray cluster like we did in :r
To learn more, in general, about Ray Clusters see :ref:`cluster-index`.
Deploying Multiple Serve Instaces on a Single Ray Cluster
---------------------------------------------------------
Deploying Multiple Serve Instances on a Single Ray Cluster
----------------------------------------------------------
You can run multiple serve instances on the same Ray cluster by providing a ``name`` in :mod:`serve.init() <ray.serve.init>`.