From bde323bb6e2af40383c99f7136ce40286a632e90 Mon Sep 17 00:00:00 2001 From: Scott Hallock Date: Mon, 19 Jun 2023 15:54:14 -0500 Subject: [PATCH] fix typo --- desktop/extensions-sdk/build/frontend-extension-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/extensions-sdk/build/frontend-extension-tutorial.md b/desktop/extensions-sdk/build/frontend-extension-tutorial.md index 491dedaa67..4e5c9032c5 100644 --- a/desktop/extensions-sdk/build/frontend-extension-tutorial.md +++ b/desktop/extensions-sdk/build/frontend-extension-tutorial.md @@ -21,7 +21,7 @@ The quickest way to create a new extension is to run `docker extension init my-e > **Tip** > > The `docker extension init` generates a React based extension. But you can still use it as a starting point for -> your own extension and use any other frontend framework, like Vue, Angular, Svelte, etc. or event stay with +> your own extension and use any other frontend framework, like Vue, Angular, Svelte, etc. or even stay with > vanilla Javascript. {: .tip }