From 9b71fc8d9f2ce960846e9bb4dbab033336138ba8 Mon Sep 17 00:00:00 2001 From: studystill <137779852+studystill@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:46:18 +0800 Subject: [PATCH] chore: remove repetitive words (#2644) Signed-off-by: studystill Signed-off-by: Anders Bennedsgaard --- README.md | 2 +- common/knative/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dccff3d3a..4cf0495bdb 100644 --- a/README.md +++ b/README.md @@ -431,7 +431,7 @@ kustomize build apps/training-operator/upstream/overlays/kubeflow | kubectl appl #### User Namespace -Finally, create a new namespace for the the default user (named `kubeflow-user-example-com`). +Finally, create a new namespace for the default user (named `kubeflow-user-example-com`). ```sh kustomize build common/user-namespace/base | kubectl apply -f - diff --git a/common/knative/README.md b/common/knative/README.md index dff8cf5c96..35f535afa7 100644 --- a/common/knative/README.md +++ b/common/knative/README.md @@ -69,7 +69,7 @@ NOTE: You'll need to remove a redundant `{}` at the end of the `knative-serving/ ## Knative-Eventing -The manifests for Knative Eventing are based off the the [v1.10.1 release](https://github.com/knative/eventing/releases/tag/knative-v1.10.1). +The manifests for Knative Eventing are based off the [v1.10.1 release](https://github.com/knative/eventing/releases/tag/knative-v1.10.1). - [Eventing Core](https://github.com/knative/eventing/releases/download/knative-v1.10.1/eventing-core.yaml) - [In-Memory Channel](https://github.com/knative/eventing/releases/download/knative-v1.10.1/in-memory-channel.yaml)