Skip to content

Commit

Permalink
(docs): fixed small error
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored and antonmedv committed Jul 10, 2020
1 parent 8fa36d1 commit 321725c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Create an element and init the CodeJar 🍯:
</script>
```

Second argument to `CodeJar` is a highligting function (in this example [PrismJS](https://prismjs.com)), but any function may be used:
Second argument to `CodeJar` is a highlighting function (in this example [PrismJS](https://prismjs.com)), but any function may be used:

```ts
const highlight = (editor: HTMLElement) => {
Expand Down

0 comments on commit 321725c

Please sign in to comment.