Skip to content

Commit bfac5e8

Browse files
committed
Fix some spelling mistakes
1 parent 6a8aa63 commit bfac5e8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For a major or minor release:
4343
For all releases:
4444
- Check out the `release-major.minor` branch locally
4545
- Update `pkg/generator/main.go` with the new semver tag and any updates to the API review URL.
46-
- Run the following commnand `BASE_REF=vmajor.minor.patch make generate` which will update generated docs
46+
- Run the following command `BASE_REF=vmajor.minor.patch make generate` which will update generated docs
4747
and webhook with the correct version info. Note that the YAMLs will not work until the tag is actually
4848
published in the next step.
4949
- Publish a new Git tag. This can be done using the `git` CLI or Github's [release][release]

site-src/blog/2022/graduating-to-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: >
1616

1717
We are excited to announce the v0.5.0 release of Gateway API. For the first
1818
time, several of our most important Gateway API resources are graduating to
19-
beta. Additional, we are starting a new initiative to explore how Gateway API
19+
beta. Additionally, we are starting a new initiative to explore how Gateway API
2020
can be used for mesh and introducing new experimental concepts such as URL
2121
rewrites. We'll cover all of this and more below.
2222

site-src/blog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
We are excited to announce the v0.5.0 release of Gateway API. For the first
1111
time, several of our most important Gateway API resources are graduating to
12-
beta. Additional, we are starting a new initiative to explore how Gateway API
12+
beta. Additionally, we are starting a new initiative to explore how Gateway API
1313
can be used for mesh and introducing new experimental concepts such as URL
1414
rewrites.
1515

site-src/concepts/api-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Here is a summary of extension points in the API:
302302
- **HTTPRouteFilter**: This API type in HTTPRoute provides a way to hook into
303303
the request/response lifecycle of an HTTP request.
304304
- **Custom Routes**: If none of the above extensions points suffice for a use
305-
case, Implementers can chose to create custom Route resources for protocols
305+
case, Implementers can choose to create custom Route resources for protocols
306306
that are not currently supported in the API. Custom Route types need to share
307307
the same fields that core Route types do. These are contained within
308308
CommonRouteSpec and RouteStatus.

site-src/contributing/gamma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GAMMA meetings will occur weekly on Tuesdays for 1 hour, alternating between 3pm
2222
PT and 8am PT slots to try to be as time-zone inclusive as possible. Meetings
2323
will be moderated by the [GAMMA
2424
leads](https://github.com/kubernetes-sigs/gateway-api/blob/main/OWNERS_ALIASES#L23)
25-
with notes taken by a volunteer. Meeting occurences can be found on the
25+
with notes taken by a volunteer. Meeting occurrences can be found on the
2626
[sig-network calendar](/contributing/community/#meetings). Community members
2727
should feel free to attend both GAMMA and Gateway API meetings, but are by no
2828
means obligated to do so.

site-src/references/policy-attachment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ used to set defaults and requirements for an entire GatewayClass.
196196
### Targeting External Services
197197
In some cases (likely limited to mesh or egress) users may want to apply
198198
policies to requests to external services. To accomplish this, implementations
199-
can choose to support a refernce to a virtual resource type:
199+
can choose to support a reference to a virtual resource type:
200200

201201
```yaml
202202
apiVersion: networking.example.net/v1alpha1

0 commit comments

Comments
 (0)