From d251c30108ed4056f7832b21653ed1d0109ae57e Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 21 Aug 2024 14:08:37 -0700 Subject: [PATCH] fixed small grammatical error --- src/levels/remote/tracking.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/remote/tracking.js b/src/levels/remote/tracking.js index ca23a21db..eae9b82d8 100644 --- a/src/levels/remote/tracking.js +++ b/src/levels/remote/tracking.js @@ -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." ] } }