Skip to content

Commit

Permalink
Incorporating @kaldesai review
Browse files Browse the repository at this point in the history
Co-authored-by: Kalyani Desai <[email protected]>
  • Loading branch information
ricardozanini and kaldesai authored Mar 12, 2024
1 parent b64e1ba commit 23dd91c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This document describes how you can configure the workflows to let operator crea

== Prerequisite
1. Knative is installed on the cluster and Knative Eventing is initiated with a `KnativeEventing` CR.
2. a broker named `default` is created. Currently all Triggers created by the {operator_name} will read events from `default`
2. A broker named `default` is created. Currently all Triggers created by the {operator_name} will read events from `default`

== Configuring the workflow

Expand Down Expand Up @@ -46,7 +46,7 @@ spec:

[NOTE]
====
Knative resources is not watched by the operator, indicating that they won't undergo automatic reconciliation. This grants users the freedom to make updates at their discretion.
Knative resources are not watched by the operator, indicating they will not undergo automatic reconciliation. This grants users the freedom to make updates at their preference.
====

== Additional resources
Expand Down

0 comments on commit 23dd91c

Please sign in to comment.