Skip to content

Commit

Permalink
chore: remove repetitive words (#20890)
Browse files Browse the repository at this point in the history
Signed-off-by: availhang <[email protected]>
  • Loading branch information
George Ma authored Mar 28, 2024
1 parent 39112c7 commit 44facc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agent/grpc-external/services/resource/testing/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (b *Builder) Run(t testutil.TestingTB) pbresource.ResourceServiceClient {
}

// HACK ALERT: The client needs to be injected into the V2TenancyBridge
// after it has been created due the the circular dependency. This will
// after it has been created due the circular dependency. This will
// go away when the tenancy bridge is removed and V1 is no more, however
// long that takes.
switch config.TenancyBridge.(type) {
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type RuntimeCallback func(context.Context, Runtime)
// NewController creates a controller that is setup to watched the managed type.
// Extra cache indexes may be provided as well and these indexes will be automatically managed.
// Typically, further calls to other builder methods will be needed to fully configure
// the controller such as using WithReconcile to define the the code that will be called
// the controller such as using WithReconcile to define the code that will be called
// when the managed resource needs reconciliation.
func NewController(name string, managedType *pbresource.Type, indexes ...*index.Index) *Controller {
w := &watch{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ Specifies the path to the claim in the JSON web token. For more information abou

### `JWT{}.Providers[].VerifyClaims.Value`

Specifies the value to match on when verifying the the claim designated in [`JWT{}.Providers[].VerifyClaims[].Path`](#jwt-providers-verifyclaims-path).
Specifies the value to match on when verifying the claim designated in [`JWT{}.Providers[].VerifyClaims[].Path`](#jwt-providers-verifyclaims-path).

#### Values

Expand Down Expand Up @@ -785,7 +785,7 @@ Specifies the path to the claim in the JSON web token. For more information abou

### `spec.jwt.providers[].verifyClaims[].value`

Specifies the value to match on when verifying the the claim designated in [`JWT{}.Providers[].VerifyClaims[].Path`](#jwt-providers-verifyclaims-path).
Specifies the value to match on when verifying the claim designated in [`JWT{}.Providers[].VerifyClaims[].Path`](#jwt-providers-verifyclaims-path).

#### Values

Expand Down

0 comments on commit 44facc2

Please sign in to comment.