diff --git a/docs/decisions/0005-kernel-hooks-phase1.md b/docs/decisions/0005-kernel-hooks-phase1.md index a1c66c13b909..a8e293769437 100644 --- a/docs/decisions/0005-kernel-hooks-phase1.md +++ b/docs/decisions/0005-kernel-hooks-phase1.md @@ -66,7 +66,7 @@ Pros: - Common pattern for observing and also changing data exposed as parameter into the delegate signature for (Get/Set) scenarios - Registering a callback gives back the registration object that can be used to cancel the execution of the function in the future. -- Recursive approach, allows to register multiple callbacks for the same event, and also allows to register callbacks on top of pre existing callbacks. +- Recursive approach, allows you to register multiple callbacks for the same event, and also allows you to register callbacks on top of pre existing callbacks. Cons: