Skip to content

Commit ab0ffec

Browse files
committed
Typo
1 parent 4c3049c commit ab0ffec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync_core/lib/src/database/powersync_db_mixin.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ mixin PowerSyncDatabaseMixin implements SqliteConnection {
180180
// Now we can close the database
181181
await database.close();
182182

183-
// If there are paused subscriptionso n the status stream, don't delay
183+
// If there are paused subscriptions on the status stream, don't delay
184184
// closing the database because of that.
185185
_connections.close();
186186
await _activeGroup.close();

0 commit comments

Comments
 (0)