1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

spelling: present

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2021-06-24 19:41:10 -04:00
parent e26fee235f
commit 1e56329806
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ export class ExtendedMap<K, V> extends Map<K, V> {
}
/**
* 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

View File

@ -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();