Skip to content

Commit

Permalink
docs: fix missing tag end in clipboard example (#32693)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Hollinsky <paulhollinsky@gmail.com>
  • Loading branch information
trop[bot] and hollinsky committed Feb 2, 2022
1 parent d74441f commit 27e2c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/clipboard.md
Expand Up @@ -76,7 +76,7 @@ Writes `markup` to the clipboard.
```js
const { clipboard } = require('electron')

clipboard.writeHTML('<b>Hi</b')
clipboard.writeHTML('<b>Hi</b>')
```

### `clipboard.readImage([type])`
Expand Down

0 comments on commit 27e2c79

Please sign in to comment.