From 15d441f8a6208652bfefa1b9b238ed9a96d17ede Mon Sep 17 00:00:00 2001 From: Matthew Goff Date: Sun, 22 Jul 2018 08:20:13 -0500 Subject: [PATCH] Fix typo --- src/Bladeburner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bladeburner.js b/src/Bladeburner.js index 2cc92823d..8b4b7a95f 100644 --- a/src/Bladeburner.js +++ b/src/Bladeburner.js @@ -2015,7 +2015,7 @@ Bladeburner.prototype.createContractsContent = function() { } DomElems.actionsAndSkillsDesc.innerHTML = - "Complete contracts in order to increase your Bitburner rank and earn money. " + + "Complete contracts in order to increase your Bladeburner rank and earn money. " + "Failing a contract will cause you to lose HP, which can lead to hospitalization.

" + "You can unlock higher-level contracts by successfully completing them. " + "Higher-level contracts are more difficult, but grant more rank, experience, and money.";