From f733d2648b804bb698892affced7857a72990fb9 Mon Sep 17 00:00:00 2001 From: Arya Irani <538571+aryairani@users.noreply.github.com> Date: Tue, 18 Aug 2020 03:05:18 -0400 Subject: [PATCH] [docs] fix typo in deployment.rst (#10074) Co-authored-by: Richard Liaw --- doc/source/serve/deployment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/serve/deployment.rst b/doc/source/serve/deployment.rst index cb7c1071f..8686193b5 100644 --- a/doc/source/serve/deployment.rst +++ b/doc/source/serve/deployment.rst @@ -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() `.