Skip to content

Commit f819843

Browse files
committed
docs: correct typo in DockerDesktopClient entrypoint reference
1 parent 726b57a commit f819843

File tree

1 file changed

+1
-1
lines changed
  • content/manuals/extensions/extensions-sdk/dev/api

1 file changed

+1
-1
lines changed

content/manuals/extensions/extensions-sdk/dev/api/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and communicate with the Docker Desktop dashboard or the underlying system.
1414

1515
JavaScript API libraries, with Typescript support, are available in order to get all the API definitions in to your extension code.
1616

17-
- [@docker/extension-api-client](https://www.npmjs.com/package/@docker/extension-api-client) gives access to the extension API entrypoint `DockerDesktopCLient`.
17+
- [@docker/extension-api-client](https://www.npmjs.com/package/@docker/extension-api-client) gives access to the extension API entrypoint `DockerDesktopClient`.
1818
- [@docker/extension-api-client-types](https://www.npmjs.com/package/@docker/extension-api-client-types) can be added as a dev dependency in order to get types auto-completion in your IDE.
1919

2020
```Typescript

0 commit comments

Comments
 (0)