From c68c5b80370c81914e332b2abc8a71fafb1fb2c4 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 24 Jun 2021 19:40:47 -0400 Subject: [PATCH] spelling: chosen Signed-off-by: Josh Soref --- src/common/hotbar-store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/hotbar-store.ts b/src/common/hotbar-store.ts index 90694e9976..6844a7365c 100644 --- a/src/common/hotbar-store.ts +++ b/src/common/hotbar-store.ts @@ -52,7 +52,7 @@ export interface HotbarStoreModel { activeHotbarId: string; } -export const defaultHotbarCells = 12; // Number is choosen to easy hit any item with keyboard +export const defaultHotbarCells = 12; // Number is chosen to easy hit any item with keyboard export class HotbarStore extends BaseStore { @observable hotbars: Hotbar[] = [];