Skip to content

Commit

Permalink
docs: update binding linking example in creating API doc (electron#39177
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dsanders11 authored Jul 21, 2023
1 parent b66449a commit a83f9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/creating-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ In the [`typings/internal-ambient.d.ts`](https://github.com/electron/electron/bl

```ts title='typings/internal-ambient.d.ts'
interface Process {
_linkedBinding(name: 'electron_browser_{api_name}', Electron.ApiName);
_linkedBinding(name: 'electron_browser_{api_name}'): Electron.ApiName;
}
```

Expand Down

0 comments on commit a83f9c0

Please sign in to comment.