Skip to content

Commit e093494

Browse files
committed
docs: fix heading formatting for 'ownerRef and cascading events'
1 parent 4abca0a commit e093494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ if err := ctrl.SetControllerReference(memcached, dep, r.Scheme); err != nil {
353353
354354
<aside class="note">
355355
356-
<h1>`ownerRef` and cascading event</h1>
356+
<h1><code>ownerRef</code> and Cascading Events</h1>
357357
358358
The ownerRef is crucial not only for allowing us to observe changes on the specific resource but also because,
359359
if we delete the Memcached Custom Resource (CR) from the cluster, we want all resources owned by it to be automatically

0 commit comments

Comments
 (0)