Skip to content

Commit 72eb43f

Browse files
authored
Merge pull request #79 from kcp-dev/fix-typos
fix typos
2 parents 479ebf5 + 1627ea9 commit 72eb43f

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.typos.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copyright 2025 The KCP Authors.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
# configuration for https://github.com/crate-ci/typos
16+
17+
[default.extend-identifiers]
18+
73d08a1ba188f1340dae = "73d08a1ba188f1340dae"
19+
ANDed = "ANDed"
20+
nd = "nd"

docs/content/publish-resources/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ spec:
335335
naming:
336336
# this is where our CA and Issuer live in this example
337337
namespace: kube-system
338-
# need to adjust it to prevent collions (normally clustername is the namespace)
338+
# need to adjust it to prevent collisions (normally clustername is the namespace)
339339
name: "{{ .ClusterName }}-{{ .Object.metadata.namespace | sha3short }}-{{ .Object.metadata.name | sha3short }}"
340340
341341
related:
@@ -643,7 +643,7 @@ spec:
643643
naming:
644644
# this is where our CA and Issuer live in this example
645645
namespace: kube-system
646-
# need to adjust it to prevent collions (normally clustername is the namespace)
646+
# need to adjust it to prevent collisions (normally clustername is the namespace)
647647
name: "{{ .ClusterName }}-{{ .Object.metadata.namespace | sha3short }}-{{ .Object.metadata.name | sha3short }}"
648648

649649
related:

0 commit comments

Comments
 (0)