Skip to content

Commit

Permalink
chore: remove repetitive words (#2644)
Browse files Browse the repository at this point in the history
Signed-off-by: studystill <chenghuiyue@outlook.com>
  • Loading branch information
studystill committed Mar 13, 2024
1 parent 41314b5 commit 68652a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down
2 changes: 1 addition & 1 deletion common/knative/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 68652a1

Please sign in to comment.