Removed typo

This commit is contained in:
thisismo 2019-10-14 15:05:53 +02:00
parent c986d8abd3
commit 616721d218

View File

@ -166,7 +166,7 @@ export class MenuStore {
};
/**
* get section/operation DOM Node related to the item or null if it doesn't exisgt
* get section/operation DOM Node related to the item or null if it doesn't exist
* @param idx item absolute index
*/
getElementAt(idx: number): Element | null {