diff --git a/src/Faction/ui/AugmentationsPage.tsx b/src/Faction/ui/AugmentationsPage.tsx
index 2fe46154d..6a3446b4f 100644
--- a/src/Faction/ui/AugmentationsPage.tsx
+++ b/src/Faction/ui/AugmentationsPage.tsx
@@ -174,7 +174,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement {
<>
Purchased Augmentations
- This factions also offers these augmentations but you already own them.
+ This faction also offers these augmentations but you already own them.
{owned.map((aug) => purchaseableAugmentation(aug, true))}
>
);