Skip to content

Commit c5312b4

Browse files
committed
Bug fix
1 parent dd99acc commit c5312b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/wwl-azure/combine-prompts-functions/includes/4-filter-invoked-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To integrate any of the function filters, you can use the following methods:
8383

8484
- **Kernel Properties**:
8585

86-
Add the function to the kerne'ls `FunctionInvocationFilters` list:
86+
Add the function to the kernel's `FunctionInvocationFilters` list:
8787

8888
```c#
8989
kernel.FunctionInvocationFilters.Add(new LoggingFilter(logger));

0 commit comments

Comments
 (0)