From d7c0b0b9d1fa09efdf02df3798acb82deab91b44 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Wed, 18 Feb 2026 13:00:43 -0600 Subject: [PATCH] spel --- src/modules/cmdpal/doc/initial-sdk-spec/initial-sdk-spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/cmdpal/doc/initial-sdk-spec/initial-sdk-spec.md b/src/modules/cmdpal/doc/initial-sdk-spec/initial-sdk-spec.md index ba3732c684..66ecbf34b6 100644 --- a/src/modules/cmdpal/doc/initial-sdk-spec/initial-sdk-spec.md +++ b/src/modules/cmdpal/doc/initial-sdk-spec/initial-sdk-spec.md @@ -2131,8 +2131,8 @@ Users may choose to have: ### Pinning nested commands to the dock (and top level) -We'll use another command provider method to allow the host to ask exensions for -items based on their ID. +We'll use another command provider method to allow the host to ask extensions +for items based on their ID. ```csharp interface ICommandProvider4 requires ICommandProvider3