Skip to content

Commit dad1e2c

Browse files
committed
Fixing typo.
1 parent aa6a3fd commit dad1e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FilestackSDK/Public/Models/UploadOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class UploadOptions: NSObject {
3636
/// Whether the upload should start immediately.
3737
@objc public var startImmediately: Bool
3838

39-
/// Whether uploaded files located in the user's temporary directoy should be deleted after being uploaded.
39+
/// Whether uploaded files located in the user's temporary directory should be deleted after being uploaded.
4040
@objc public var deleteTemporaryFilesAfterUpload: Bool
4141

4242
/// An object containing the store options (e.g. location, region, container, access, etc.)

0 commit comments

Comments
 (0)