Skip to content

Commit 39ad5b2

Browse files
aeisenbergkoesie10
andauthored
Fix typo in comment
Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
1 parent 088d2fa commit 39ad5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/databases/local-databases/database-events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ export interface DatabaseChangedEvent {
1818
item: DatabaseItem | undefined;
1919
// If true, event handlers should consider the database manager
2020
// to have been fully refreshed. Any state managed by the
21-
// event handler shouuld be fully refreshed as well.
21+
// event handler should be fully refreshed as well.
2222
fullRefresh: boolean;
2323
}

0 commit comments

Comments
 (0)