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

spelling: remove

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2021-06-24 19:41:11 -04:00
parent 1e56329806
commit 58a3ebcc96

View File

@ -203,7 +203,7 @@ export class HotbarStore extends BaseStore<HotbarStoreModel> {
}
/**
* Remvove all hotbar items that reference the `uid`.
* Remove all hotbar items that reference the `uid`.
* @param uid The `EntityId` that each hotbar item refers to
* @returns A function that will (in an action) undo the removing of the hotbar items. This function will not complete if the hotbar has changed.
*/