mirror of https://github.com/docker/docs.git
Merge pull request #17565 from scotthallock/typo-docs
Fix typo on "Create an advanced frontend extension" page
This commit is contained in:
commit
6d4d90d6f8
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in New Issue