From 06dd861b59d6ca84c453d85ce435562528e4971b Mon Sep 17 00:00:00 2001 From: Alex Wiese Date: Sun, 10 Dec 2023 05:48:10 +1030 Subject: [PATCH] Fix typos and grammar in k8s deployment documentation (#152) * Fix typo in k8s deployment - placed => place * Fix grammar --- docs/deployment/k8s-deployment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/deployment/k8s-deployment.md b/docs/deployment/k8s-deployment.md index 8a9052419..349984cfa 100644 --- a/docs/deployment/k8s-deployment.md +++ b/docs/deployment/k8s-deployment.md @@ -1,7 +1,7 @@ --- title: Deploy .NET Aspire apps to a Kubernetes cluster description: Learn how to use the Aspirate tool to deploy .NET Aspire apps to a Kubernetes cluster. -ms.date: 12/07/2023 +ms.date: 12/09/2023 --- # Deploy .NET Aspire apps to a Kubernetes cluster @@ -10,10 +10,10 @@ ms.date: 12/07/2023 > [!div class="checklist"] > -> - The prerequisites that must be in placed for the Aspirate tool. +> - The prerequisites that must be in place for the Aspirate tool. > - How .NET Aspire and Kubernetes manifest files differ. > - How to install and initialize the Aspirate tool. -> - How to create and manifests and containers and deploy them to a Kubernetes cluster. +> - How to create manifests and containers and deploy them to a Kubernetes cluster. [!INCLUDE [aspire-prereqs](../includes/aspire-prereqs.md)]