From 21211e7d08846a6fe60c791c6fadc67bb1c113ab Mon Sep 17 00:00:00 2001
From: Kwazygloo <85138054+Kwazygloo@users.noreply.github.com>
Date: Tue, 1 Jun 2021 12:36:57 -0400
Subject: [PATCH] Update AugmentationHelpers.jsx
---
src/Augmentation/AugmentationHelpers.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Augmentation/AugmentationHelpers.jsx b/src/Augmentation/AugmentationHelpers.jsx
index b7df5ce26..4d6e222e1 100644
--- a/src/Augmentation/AugmentationHelpers.jsx
+++ b/src/Augmentation/AugmentationHelpers.jsx
@@ -387,7 +387,7 @@ function initAugmentations() {
const ArtificialSynapticPotentiation = new Augmentation({
name:AugmentationNames.ArtificialSynapticPotentiation, repCost:2500, moneyCost:16e6,
info:"The body is injected with a chemical that artificially induces synaptic potentiation, " +
- "otherwise known as the strengthening of synapses. This results in a enhanced cognitive abilities.
" +
+ "otherwise known as the strengthening of synapses. This results in enhanced cognitive abilities.
" +
"This augmentation:
" +
"Increases the player's hacking speed by 2%.
" +
"Increases the player's hacking chance by 5%.
" +