Skip to content

Commit 76ff871

Browse files
committed
docs: fix some minor typos
On-behalf-of: SAP <[email protected]> Signed-off-by: Marvin Beckers <[email protected]>
1 parent f58cd31 commit 76ff871

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/content/concepts/quickstart-tenancy-and-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Within a multi-sharded kcp, each shard will offer its own service endpoint URL f
407407

408408
If an `APIExportEndpointSlice` does not reference a `Partition` all the available endpoints are populated in its `status`. More on `Partitions` [here](./sharding/partitions.md).
409409

410-
By default, kcp creates a non-partioned `APIExportEndpointSlice` for every `APIExport`.
410+
By default, kcp creates a non-partitioned `APIExportEndpointSlice` for every `APIExport`.
411411

412412
```sh
413413
kubectl get apiexportendpointslice/wildwest.dev -o yaml

docs/content/contributing/governance/security-self-assessment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The kcp architecture is composed of several key primitives that work together to
5555

5656
* **Logical Clusters**: The underlying implementation construct for a Workspace. A logical cluster is a logical partition within the kcp data store (etcd), ensuring that objects from different workspaces are stored in disjoint key prefixes, which is the primary mechanism for enforcing isolation. The goal is to make creating a logical cluster as cheap and fast as creating a Kubernetes namespace.
5757

58-
* **Virtual Workspaces**: Endpoints that provide a Kubernetes-like API interface, but are not backed by a logical cluster for storage. They provide a computed "view" of certain resources across logical clusters. The exact semantics depend on the virtual workspace implementation, diferent virtual workspace endpoints provide different views according to their role. Access to virtual workspace endpoint is guarded by RBAC.
58+
* **Virtual Workspaces**: Endpoints that provide a Kubernetes-like API interface, but are not backed by a logical cluster for storage. They provide a computed "view" of certain resources across logical clusters. The exact semantics depend on the virtual workspace implementation, different virtual workspace endpoints provide different views according to their role. Access to virtual workspace endpoint is guarded by RBAC.
5959

6060
* **Shards**: A running instance of the kcp server process. Each shard hosts a set of logical clusters, and a full kcp installation can be composed of many shards to achieve horizontal scalability.
6161

docs/content/contributing/guides/rebasing-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ can move on to the next commit because there were no changes to the
150150
files that commit touched between the two kube versions.
151151

152152
Additionally `view_changed_files` only shows the changes of the
153-
currently cherry-picked commit to files that were changed betwene the
153+
currently cherry-picked commit to files that were changed between the
154154
two kube versions.
155155

156156
7. Cherry-pick each commit one by one.
@@ -182,7 +182,7 @@ two kube versions.
182182
hack/pin-dependency.sh github.com/kcp-dev/client-go kcp-1.33.3
183183
```
184184
185-
13. Commmit the dependency updates:
185+
13. Commit the dependency updates:
186186
```
187187
git add .
188188
git commit -m 'CARRY: <drop>: Add KCP dependencies'

0 commit comments

Comments
 (0)