mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
one typo
This commit is contained in:
parent
ab3a2349ed
commit
72462b1b9a
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@ exports.dialog = {
|
||||||
'[this special link](https://pcottle.github.io/learnGitBranching/?NODEMO)',
|
'[this special link](https://pcottle.github.io/learnGitBranching/?NODEMO)',
|
||||||
'',
|
'',
|
||||||
'PPS: GitHub has started naming the default branch `main` instead of `master` ',
|
'PPS: GitHub has started naming the default branch `main` instead of `master` ',
|
||||||
'to migrate away from biased terminology [(more details available here)](https://github.com/github/renaming). '.
|
'to migrate away from biased terminology [(more details available here)](https://github.com/github/renaming). ',
|
||||||
'In accordance with this industry-wide movement, we have also updated LearnGitBranching to '.
|
'In accordance with this industry-wide movement, we have also updated LearnGitBranching to ',
|
||||||
'use `main` instead of `master` in our lessons. This rename should be fairly consistent by '.
|
'use `main` instead of `master` in our lessons. This rename should be fairly consistent by ',
|
||||||
'now but if you notice any errors, feel free to submit a PR (or open an issue).'
|
'now but if you notice any errors, feel free to submit a PR (or open an issue).'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue