Skip to content

Commit f53c251

Browse files
[release-1.19] fix typo [skip-dot-release] (#8743)
fix typo [skip-dot-release] Co-authored-by: Dave Protasowski <[email protected]>
1 parent 5e02349 commit f53c251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/eventing-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2910,7 +2910,7 @@ This data may be out of date.</p>
29102910
<h3 id="eventing.knative.dev/v1alpha1.RequestReply">RequestReply
29112911
</h3>
29122912
<p>
2913-
<p>RequestRepluy represents synchronous interface to sending and receiving events from a Broker.</p>
2913+
<p>RequestReply represents synchronous interface to sending and receiving events from a Broker.</p>
29142914
</p>
29152915
<table>
29162916
<thead>

pkg/apis/eventing/v1alpha1/requestreply_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
// +genreconciler
3333
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
3434

35-
// RequestRepluy represents synchronous interface to sending and receiving events from a Broker.
35+
// RequestReply represents synchronous interface to sending and receiving events from a Broker.
3636
type RequestReply struct {
3737
metav1.TypeMeta `json:",inline"`
3838
// +optional

0 commit comments

Comments
 (0)