BaseEventIndexManager: Fix a typo.

pull/21833/head
Damir Jelić 2019-11-18 10:18:09 +01:00
parent ab93745460
commit 9fa8e8238a
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export default class BaseEventIndexManager {
/** /**
* Does our EventIndexManager support event indexing. * Does our EventIndexManager support event indexing.
* *
* If an EventIndexManager imlpementor has runtime dependencies that * If an EventIndexManager implementor has runtime dependencies that
* optionally enable event indexing they may override this method to perform * optionally enable event indexing they may override this method to perform
* the necessary runtime checks here. * the necessary runtime checks here.
* *