Skip to content

Commit b3280b1

Browse files
authored
Doc: correct typo in DockerDesktopClient entrypoint reference (#22701)
<!--Delete sections as needed --> ## Description Fix typo `DockerDesktopCLient` -> `DockerDesktopClient` <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent d84f224 commit b3280b1

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)