Skip to content

Commit c034ec9

Browse files
authored
Fix typo in code example
Closes GH-43. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent b1cf7f7 commit c034ec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Yields:
261261
```js
262262
{
263263
type: 'code',
264-
lang: 'javascript',
264+
lang: 'js',
265265
meta: 'highlight-line="2"',
266266
value: 'foo()\nbar()\nbaz()'
267267
}

0 commit comments

Comments
 (0)