Skip to content

Commit 3985add

Browse files
committed
docs: fix typo in examples
1 parent 7be9c89 commit 3985add

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ console.log('Fix #2');
198198
@user1
199199
200200
```js
201-
console.log('@user1');
201+
console.log('@user2');
202202
```
203203
````
204204
```js
@@ -320,7 +320,7 @@ List of URL segment used to identify issues and pull requests with [full URL](#p
320320
#### overrides
321321

322322
Type: `Object`<br>
323-
Option overrides. Useful when using predefined [`options`](#options) (such as `github`, `gitlab` or `bitbucket`). The `overrides` object can define the same properties as [`options`](#options).
323+
Option overrides. Useful when using predefined [`options`](#options) (such as `github`, `gitlab` or `bitbucket`). The `overrides` object can define the same properties as [`options`](#options).
324324

325325
For example, the following will use all the `github` predefined options but with a different `hosts` option:
326326
```js

0 commit comments

Comments
 (0)