Skip to content

Commit

Permalink
πŸ“ Fix parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaatttt committed Nov 29, 2023
1 parent f8b7b87 commit 87c74bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AppcuesKit/Appcues.swift
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public class Appcues: NSObject {
/// - Parameters:
/// - frameID: The unique identifier for the embedded ``AppcuesFrameView``.
/// - view: The ``AppcuesFrameView`` to register for hosting embedded content.
/// - viewController: The `UIViewController` that owns the provided ``AppcuesFrameView`` instance.
/// - parentViewController: The `UIViewController` that owns the provided ``AppcuesFrameView`` instance.
@objc
public func register(frameID: String, for view: AppcuesFrameView, on parentViewController: UIViewController) {
guard #available(iOS 13.0, *) else {
Expand Down

0 comments on commit 87c74bc

Please sign in to comment.