Skip to content

Commit 0ac58cb

Browse files
Fix syntax error in CHANGES.md code example
1 parent 21284a3 commit 0ac58cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ but this file may sometimes contain later improvements (e.g. typo fixes).
2121
see the [User-Agent policy][].
2222
Usually you would add it to the default options at construction time:
2323
```js
24-
const session = new Session( en.wikipedia.org, {
24+
const session = new Session( 'en.wikipedia.org', {
2525
formatversion: 2,
2626
// other default params...
2727
}, {

0 commit comments

Comments
 (0)