Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielDemarco committed Nov 26, 2024
1 parent c7edf12 commit f4c8b20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class RemoteConfigFetcher {
completion(payload)
} catch {
self?.logger.error("Error decoding remote config:\n\(error.localizedDescription)")
// If it's a decoding issue, rather than returnin `nil`, we provide the default `RemoteConfigPayload`.
// if a decoding issue happens, instead of returning `nil`, we provide a default `RemoteConfigPayload`
completion(RemoteConfigPayload())
}
}
Expand Down

0 comments on commit f4c8b20

Please sign in to comment.