From 5eaf429c531e01c2956a2297ff0e5dd2e9660203 Mon Sep 17 00:00:00 2001 From: Marlon Date: Thu, 27 Sep 2018 18:48:18 +0200 Subject: [PATCH] Fix typo in autoscaler yaml (#2981) --- python/ray/autoscaler/gcp/example-minimal.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ray/autoscaler/gcp/example-minimal.yaml b/python/ray/autoscaler/gcp/example-minimal.yaml index b4e8dfc6a..0e353f69c 100644 --- a/python/ray/autoscaler/gcp/example-minimal.yaml +++ b/python/ray/autoscaler/gcp/example-minimal.yaml @@ -1,7 +1,7 @@ -# An unique identifier for the head node and workers of this cluster. +# A unique identifier for the head node and workers of this cluster. cluster_name: minimal -# The maximum number of workers nodes to launch in addition to the head +# The maximum number of worker nodes to launch in addition to the head # node. This takes precedence over min_workers. min_workers default to 0. max_workers: 1