Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniocasero committed Oct 9, 2018
1 parent fb28514 commit 741ace8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/Panels/ViewControllers/BasicViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ class BasicViewController: UIViewController {
super.viewDidLoad()
let panel = UIStoryboard.instantiatePanel(identifier: "PanelOptions")
let panelConfiguration = PanelConfiguration(size: .oneThird)
panelManager.show(panel: self.panel, config: panelConfiguration)
panelManager.show(panel: panel, config: panelConfiguration)
}
}

0 comments on commit 741ace8

Please sign in to comment.