From 2c3f3ace30cc1839746a8ae74b9aa7e22a6e67fb Mon Sep 17 00:00:00 2001 From: mrchatam Date: Fri, 11 Sep 2026 23:14:27 +0000 Subject: [PATCH] docs: fix 'allows to' grammar in ADR 0005 --- docs/decisions/0005-kernel-hooks-phase1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: