Skip to content

Commit 9e7f903

Browse files
authored
Merge pull request #3870 from whitebear009/typo
📖 fix typo in raising-events.md
2 parents 1ccc46b + dd0adbc commit 9e7f903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/reference/raising-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It is often useful to publish *Event* objects from the controller Reconcile func
77
<aside class="warning">
88
<h1>Events should be raised in certain circumstances only</h1>
99

10-
Be aware that it is **not** recommended to emit Events for all operations. If authors raise too many events, it brings bad UX experiences for those consuming the solutions on the cluster, and they may find it difficult to filter an actionable event from the clutter. For more information, please take a look at the [Kubernetes APIs convention][Events].
10+
Be aware that it is **not** recommended to emit Events for all operations. If authors raise too many events, it brings bad UX experiences for those consuming the solutions on the cluster, and they may find it difficult to filter an actionable event from the cluster. For more information, please take a look at the [Kubernetes APIs convention][Events].
1111

1212
</aside>
1313

0 commit comments

Comments
 (0)