Skip to content

Commit

Permalink
Fixing typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnine committed Oct 16, 2020
1 parent aa6a3fd commit dad1e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FilestackSDK/Public/Models/UploadOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class UploadOptions: NSObject {
/// Whether the upload should start immediately.
@objc public var startImmediately: Bool

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

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

0 comments on commit dad1e2c

Please sign in to comment.