From 49b7e1328b36cc75b822c9769ee01dd9d502c3f3 Mon Sep 17 00:00:00 2001 From: Eric Martindale Date: Sat, 6 Jan 2024 23:04:56 -0600 Subject: [PATCH] Fix minor typo in Hero class descriptions (#4) --- src/components/app-bar-hero-stats.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/app-bar-hero-stats.tsx b/src/components/app-bar-hero-stats.tsx index 4251d09..1f1b97c 100644 --- a/src/components/app-bar-hero-stats.tsx +++ b/src/components/app-bar-hero-stats.tsx @@ -30,7 +30,7 @@ const ClassDescrptions: { [x in HeroClasses]?: string } = { "Brand new heroes gain bonus experience until they find their niche.", [HeroClasses.JackOfAllTrades]: "You gain +50% in all stats.", [HeroClasses.Gambler]: - "Gamblers gain an additional level of crit, random amounts of their luck added to accuracy and dodge, +20% to dexteriry wisdom and luck and +10% to all other stats", + "Gamblers gain an additional level of crit, random amounts of their luck added to accuracy and dodge, +20% to dexterity wisdom and luck and +10% to all other stats", [HeroClasses.Fighter]: "Fighters gain +50% strength, +30% to dexterity, and +20% to willpower", [HeroClasses.Berserker]: