Skip to content

Commit 49ffbb3

Browse files
authored
Fix DynamicLinks public header typo(#1886)
1 parent e4e9335 commit 49ffbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firebase/DynamicLinks/Public/FDLURLComponents.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ FIR_SWIFT_NAME(DynamicLinkIOSParameters)
185185
@abstract The the minimum version of your app that can open the link. If the
186186
* installed app is an older version, the user is taken to the AppStore to upgrade the app.
187187
* Note: It is app's developer responsibility to open AppStore when received link declares
188-
* higher minimunAppVersion than currently installed.
188+
* higher minimumAppVersion than currently installed.
189189
*/
190190
@property(nonatomic, copy, nullable) NSString *minimumAppVersion;
191191

0 commit comments

Comments
 (0)