Skip to content

Commit 12b87b5

Browse files
fix typos
1 parent 1d59168 commit 12b87b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/PowerSync/Protocol/SyncRequestLogger.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public enum SyncRequestLogLevel {
2222
/// the PowerSync session. The `requestLevel` determines which network events
2323
/// are logged.
2424
///
25-
/// - Note: The request levell cannot be changed after initialization. A new call to `PowerSyncDatabase.connect` is required to change the level.
25+
/// - Note: The request level cannot be changed after initialization. A new call to `PowerSyncDatabase.connect` is required to change the level.
2626
public struct SyncRequestLoggerConfiguration {
2727
/// The request logging level that determines which network events are logged.
2828
/// Set once during initialization and used throughout the session.
@@ -33,7 +33,7 @@ public struct SyncRequestLoggerConfiguration {
3333
/// Creates a new network logger configuration.
3434
/// - Parameters:
3535
/// - requestLevel: The `SyncRequestLogLevel` to use for filtering log messages
36-
/// - logHandler: A closure which handles log messages
36+
/// - logHandler: A closure which handles log messages
3737
public init(
3838
requestLevel: SyncRequestLogLevel,
3939
logHandler: @escaping (_ message: String) -> Void)

0 commit comments

Comments
 (0)