Skip to content

Commit 41943a9

Browse files
committed
docs: 📝 Update
1 parent 1aa6de3 commit 41943a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎README.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,13 +334,14 @@ gitSafeReplacementChar: '-'
334334
The above configuration would generate the following branch name for issue 15 that has the title "Fix nasty
335335
bug": `issue-15-Fix-nasty-bug`.
336336

337-
Furthermore, you also can replace arbitrary characters in the branch title:
337+
Furthermore, you also can replace arbitrary characters in the issue title:
338338

339339
```yaml
340340
gitReplaceChars: 'ab/'
341341
```
342342

343-
The above configuration replaces all occurences of the characters 'a', 'b' and '/' in the branch title.
343+
The above configuration replaces all occurences of the characters 'a', 'b' and
344+
'/' in the issue title.
344345

345346
## Automatically link pull request with issue
346347

0 commit comments

Comments
 (0)