You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ console.log('Fix #2');
198
198
@user1
199
199
200
200
```js
201
-
console.log('@user1');
201
+
console.log('@user2');
202
202
```
203
203
````
204
204
```js
@@ -320,7 +320,7 @@ List of URL segment used to identify issues and pull requests with [full URL](#p
320
320
#### overrides
321
321
322
322
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).
324
324
325
325
For example, the following will use all the `github` predefined options but with a different `hosts` option:
0 commit comments