From 5836480b05fb446bab06170905cf2ba99d5bdcd5 Mon Sep 17 00:00:00 2001 From: Peter Lutz Date: Thu, 14 Oct 2021 19:54:24 +0200 Subject: [PATCH] #890 correct one typo in en_US: remote/lockedMain correct one typo in en_US: remote/lockedMain: Remote Rejected!: first sentence: its should be it's. --- src/levels/remote/lockedMain.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/remote/lockedMain.js b/src/levels/remote/lockedMain.js index d2d20392..f9db82b2 100644 --- a/src/levels/remote/lockedMain.js +++ b/src/levels/remote/lockedMain.js @@ -41,7 +41,7 @@ exports.level = { "markdowns": [ "## Remote Rejected!", "", - "If you work on a large collaborative team its likely that main is locked and requires some Pull Request process to merge changes. If you commit directly to main locally and try pushing you will be greeted with a message similar to this:", + "If you work on a large collaborative team it's likely that main is locked and requires some Pull Request process to merge changes. If you commit directly to main locally and try pushing you will be greeted with a message similar to this:", "", "```", " ! [remote rejected] main -> main (TF402455: Pushes to this branch are not permitted; you must use a pull request to update this branch.)",