Skip to content

Commit db204ed

Browse files
committed
Fix doc comment
1 parent 9ca31b1 commit db204ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseRemoteConfig/SwiftNew/ConfigSettings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ let RCNHTTPDefaultConnectionTimeout: TimeInterval = 60
421421

422422
/// Returns a fetch request with the latest device and config change.
423423
/// Whenever user issues a fetch api call, collect the latest request.
424-
/// - Parameter userPropxerties: User properties to set to config request.
424+
/// - Parameter userProperties: User properties to set to config request.
425425
/// - Returns: Config fetch request string
426426
@objc public func nextRequest(withUserProperties userProperties: [String: Any]?) -> String {
427427
var request = "{"

0 commit comments

Comments
 (0)