From ec0c650e6a5c908f4024be9aae0d1d2369853846 Mon Sep 17 00:00:00 2001 From: cliffburdick <30670611+cliffburdick@users.noreply.github.com> Date: Wed, 2 Aug 2017 14:06:20 -0700 Subject: [PATCH] Fixed apostrophe --- docs/tasks/manage-gpus/scheduling-gpus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/manage-gpus/scheduling-gpus.md b/docs/tasks/manage-gpus/scheduling-gpus.md index 76a5b3fe02..ee7af6b8ca 100644 --- a/docs/tasks/manage-gpus/scheduling-gpus.md +++ b/docs/tasks/manage-gpus/scheduling-gpus.md @@ -143,7 +143,7 @@ spec: ## Future -- Support for hardware accelerators is in it's early stages in Kubernetes. +- Support for hardware accelerators is in its early stages in Kubernetes. - GPUs and other accelerators will soon be a native compute resource across the system. - Better APIs will be introduced to provision and consume accelerators in a scalable manner. - Kubernetes will automatically ensure that applications consuming GPUs gets the best possible performance.