This commit is contained in:
Scott Hallock 2023-06-19 15:54:14 -05:00
parent a9de13dc90
commit bde323bb6e
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 }