From 9c284ad4b0d9df959bedadc1c78b0a9d382b04cd Mon Sep 17 00:00:00 2001 From: David Vorona Date: Wed, 12 Apr 2023 10:26:06 -0700 Subject: [PATCH] Fix spelling of Calvar'ion --- README.md | 2 +- src/utils/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ac01ff..061defa 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Activities consist of all levels of clue scrolls as well as minigames and bosses | Barrows Chests | `barrows` | | Bryophyta | `bryophyta` | | Callisto | `callisto` | -| Cal'varion | `calvarion` | +| Calvar'ion | `calvarion` | | Cerberus | `cerberus` | | Chambers Of Xeric | `chambersOfXeric` | | Chambers Of Xeric: Challenge Mode | `chambersOfXericChallengeMode` | diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 029149c..1a13b2d 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -157,7 +157,7 @@ export const FORMATTED_BOSS_NAMES: FormattedBossNames = { barrows: 'Barrows Chests', bryophyta: 'Bryophyta', callisto: 'Callisto', - calvarion: "Cal'varion", + calvarion: "Calvar'ion", cerberus: 'Cerberus', chambersOfXeric: 'Chambers of Xeric', chambersOfXericChallengeMode: 'Chambers of Xeric: Challenge Mode',