Merge pull request #17565 from scotthallock/typo-docs

Fix typo on "Create an advanced frontend extension" page
This commit is contained in:
Chris Chinchilla 2023-06-20 08:50:19 +02:00 committed by GitHub
commit 6d4d90d6f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }