Skip to content

Commit

Permalink
Merge pull request #1162 from begilbert-sys/main
Browse files Browse the repository at this point in the history
Fixed a small grammatical error
  • Loading branch information
pcottle authored Aug 22, 2024
2 parents ea39b65 + d251c30 commit 099d920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/levels/remote/tracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ exports.level = {
"type": "ModalAlert",
"options": {
"markdowns": [
"Ok! For this level let's push work onto the `main` branch on remote while *not* checked out on `main` locally. You should instead a branch named `side` which the goal diagram will show."
"Ok! For this level let's push work onto the `main` branch on remote while *not* checked out on `main` locally. You should instead create a branch named `side` which the goal diagram will show."
]
}
}
Expand Down

0 comments on commit 099d920

Please sign in to comment.