BaseEventIndexManager: Fix a typo.

This commit is contained in:
Damir Jelić 2019-11-18 10:18:09 +01:00
parent ab93745460
commit 9fa8e8238a

View file

@ -76,7 +76,7 @@ export default class BaseEventIndexManager {
/**
* 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
* the necessary runtime checks here.
*