mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-09 06:34:53 +03:00
Removed typo
This commit is contained in:
parent
c986d8abd3
commit
616721d218
|
@ -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
|
* @param idx item absolute index
|
||||||
*/
|
*/
|
||||||
getElementAt(idx: number): Element | null {
|
getElementAt(idx: number): Element | null {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user