Skip to content

Commit

Permalink
Merge pull request #29 from LeTarrask/main
Browse files Browse the repository at this point in the history
Fixed a small typo
  • Loading branch information
enebin authored Dec 7, 2023
2 parents fa40b8d + 68a3397 commit bc69f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Aespa/Core/Context/Context.swift
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public protocol PhotoContext {
/// - onComplete: An optional completion handler that is called after the configuration is applied.
/// If not provided, a default handler that does nothing will be used.
///
/// - Note: `onComplete` alwyas returns `success`
/// - Note: `onComplete` always returns `success`
///
/// - Returns: The instance of `AespaPhotoContext`, allowing for method chaining.
@discardableResult func photo(
Expand Down
2 changes: 1 addition & 1 deletion Sources/Aespa/View/InteractivePreview.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public struct InteractivePreview: View {
@State private var previousZoomFactor: CGFloat = 1.0
@State private var currentZoomFactor: CGFloat = 1.0

// Foocus
// Focus
@State private var preferredFocusMode: AVCaptureDevice.FocusMode = .continuousAutoFocus
@State private var focusingLocation = CGPoint.zero

Expand Down

0 comments on commit bc69f30

Please sign in to comment.