Fix typo in comment

Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
This commit is contained in:
Andrew Eisenberg
2024-05-23 08:43:03 -07:00
committed by GitHub
parent 088d2fa91e
commit 39ad5b28c7

View File

@@ -18,6 +18,6 @@ export interface DatabaseChangedEvent {
item: DatabaseItem | undefined;
// If true, event handlers should consider the database manager
// to have been fully refreshed. Any state managed by the
// event handler shouuld be fully refreshed as well.
// event handler should be fully refreshed as well.
fullRefresh: boolean;
}