From 5d80e528036493235ae4d909204b6ba59bda5aa7 Mon Sep 17 00:00:00 2001 From: mrchatam Date: Fri, 11 Sep 2026 23:14:20 +0000 Subject: [PATCH] docs: fix 'allows to' grammar in ADR 0018 --- docs/decisions/0018-kernel-hooks-phase2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/decisions/0018-kernel-hooks-phase2.md b/docs/decisions/0018-kernel-hooks-phase2.md index 0b1de476b117..e1ccf5a4f486 100644 --- a/docs/decisions/0018-kernel-hooks-phase2.md +++ b/docs/decisions/0018-kernel-hooks-phase2.md @@ -449,6 +449,6 @@ Biggest benefit: **`ISKFunction` has less code/complexity to handle and expose data and state in the EventArgs.** **`ISKFunction` interface doesn't need to change to add new events.** -This implementation allows to get the renderedPrompt in the InvokeAsync without having to manage the context and the prompt in different methods. +This implementation allows you to get the renderedPrompt in the InvokeAsync without having to manage the context and the prompt in different methods. The above also applies for any other data that is available in the invocation and can be added as a new EventArgs property.