Skip to content

Commit 97d78db

Browse files
committed
fix random typos
On-behalf-of: @SAP [email protected]
1 parent ec01f4c commit 97d78db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/content/concepts/authorization/authorizers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ roleRef:
127127

128128
##### Cross-Workspace
129129

130-
Users from other workspaces can be authorized to peform actions using RBAC, e.g. to `bind` and APIExport.
130+
Users from other workspaces can be authorized to perform actions using RBAC, e.g. to `bind` and APIExport.
131131

132132
###### Service Accounts
133133

docs/content/contributing/monorepo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ authoritative place that stores code. Every staging repository is a standalone G
2929
## Similarities with Kubernetes
3030

3131
This pattern is the same as the Kubernetes staging repositories pattern, with an exception of how tags are handled
32-
within published repositories (this is explained later in this document).
32+
within published repositories (this is explained later in this document).
3333

3434
## High Level Overview
3535

@@ -61,13 +61,13 @@ Concretely:
6161
- kcp-dev/apimachinery has the Go module major version at v2, so tags will be v2.x.y
6262
- kcp-dev/code-generator has the Go module major version at v3, so tags will be v3.x.y
6363

64-
Note: the reason for the speical handling of tags is to ensure the backwards compatibility, as these libraries
64+
Note: the reason for the special handling of tags is to ensure the backwards compatibility, as these libraries
6565
already had tags/releases that did not correspond to the kcp versioning.
6666

6767
## Implementation
6868

6969
The mirroring process is implemented via the publishing-bot tool. This tool has been originally created by
70-
the Kubernetes project. We're maintaing a fork of this tool that has been adjusted for our purposes at
70+
the Kubernetes project. We're maintaining a fork of this tool that has been adjusted for our purposes at
7171
[kcp-dev/publishing-bot](https://github.com/kcp-dev/publishing-bot). Overall, the changes made to the original tool
7272
include:
7373

0 commit comments

Comments
 (0)