mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-03 01:25:08 +02:00
Merge pull request #254 from atcw/typoinremotelevel
Fixed Typo in level remoteBranches.js maybe -> may be
This commit is contained in:
commit
68b97bef6d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ exports.level = {
|
|||
"markdowns": [
|
||||
"### What is `o/`?",
|
||||
"",
|
||||
"You maybe wondering what the leading `o/` is for on these remote branches. Well, remote branches also have a (required) naming convention -- they are displayed in the format of:",
|
||||
"You may be wondering what the leading `o/` is for on these remote branches. Well, remote branches also have a (required) naming convention -- they are displayed in the format of:",
|
||||
"",
|
||||
"* `<remote name>/<branch name>`",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue