From 1070bb526770dfbabddd65823449fd99a2a8a1c8 Mon Sep 17 00:00:00 2001 From: Andrii Volin Date: Sat, 25 Jul 2020 12:26:37 +0300 Subject: [PATCH] fix doc typo --- cmd/minikube/cmd/config/profile.go | 2 +- site/content/en/docs/commands/profile.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/minikube/cmd/config/profile.go b/cmd/minikube/cmd/config/profile.go index 9384f038bf..8f5bef20ab 100644 --- a/cmd/minikube/cmd/config/profile.go +++ b/cmd/minikube/cmd/config/profile.go @@ -30,7 +30,7 @@ import ( // ProfileCmd represents the profile command var ProfileCmd = &cobra.Command{ Use: "profile [MINIKUBE_PROFILE_NAME]. You can return to the default minikube profile by running `minikube profile default`", - Short: "Get or list the the current profiles (clusters)", + Short: "Get or list the current profiles (clusters)", Long: "profile sets the current minikube profile, or gets the current profile if no arguments are provided. This is used to run and manage multiple minikube instance. You can return to the default minikube profile by running `minikube profile default`", Run: func(cmd *cobra.Command, args []string) { if len(args) == 0 { diff --git a/site/content/en/docs/commands/profile.md b/site/content/en/docs/commands/profile.md index 799d86ff4b..344c63360a 100644 --- a/site/content/en/docs/commands/profile.md +++ b/site/content/en/docs/commands/profile.md @@ -1,14 +1,14 @@ --- title: "profile" description: > - Get or list the the current profiles (clusters) + Get or list the current profiles (clusters) --- ## minikube profile -Get or list the the current profiles (clusters) +Get or list the current profiles (clusters) ### Synopsis