Skip to content

Commit

Permalink
Merge pull request #122 from gtardif/fix_missing_brace
Browse files Browse the repository at this point in the history
Add missing brace in code sample
  • Loading branch information
gtardif authored Apr 5, 2022
2 parents 4a79483 + bb222e6 commit 31f502c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/dev/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ JavaScript API libraries are available (with Typescript support) in order to get
import { createDockerDesktopClient } from '@docker/extension-api-client';

export function App() {
//obtain Docker Desktop client
// obtain Docker Desktop client
const ddClient = createDockerDesktopClient();
// use ddClient to perform extension actions
}
```

The `ddClient` object gives access to various APIs, organized in different categories:
Expand Down

1 comment on commit 31f502c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.