Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuftor committed Jan 16, 2025
1 parent e1fc16d commit f528998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SuperwallKit/Config/Options/SuperwallOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public final class SuperwallOptions: NSObject, Encodable {
/// failure before it times out. Defaults to 6.
///
/// Adjust this if you want the SDK to call the ``PaywallPresentationHandler/onError(_:)``
/// handler of the ``PaywallPresentationHandler`` faster when you call ``Superwall/register(event:)``
/// handler of the ``PaywallPresentationHandler`` faster when you call ``Superwall/register(placement:)``
public var maxConfigRetryCount = 6 {
didSet {
// Must be >= 0
Expand Down

0 comments on commit f528998

Please sign in to comment.