From 1e5632980675989620b228d82cfb23d3ec80ab0d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 24 Jun 2021 19:41:10 -0400 Subject: [PATCH] spelling: present Signed-off-by: Josh Soref --- src/common/utils/extended-map.ts | 2 +- src/main/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/utils/extended-map.ts b/src/common/utils/extended-map.ts index c759fa3459..bd29cbbfe0 100644 --- a/src/common/utils/extended-map.ts +++ b/src/common/utils/extended-map.ts @@ -27,7 +27,7 @@ export class ExtendedMap extends Map { } /** - * Get the value behind `key`. If it was not pressent, first insert the value returned by `getVal` + * Get the value behind `key`. If it was not present, first insert the value returned by `getVal` * @param key The key to insert into the map with * @param getVal A function that returns a new instance of `V`. * @returns The value in the map diff --git a/src/main/index.ts b/src/main/index.ts index 91a9b7c68a..f39d7b469a 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -137,7 +137,7 @@ app.on("ready", async () => { /** * The following sync MUST be done before HotbarStore creation, because that * store has migrations that will remove items that previous migrations add - * if this is not presant + * if this is not present */ syncGeneralEntities();