Skip to content

Commit

Permalink
Fixes minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DeluxeAlonso committed Jul 15, 2021
1 parent e6f56c7 commit bbfb198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AutoSlideConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public protocol AutoSlideConfiguration {
/// Locations for the spine. Only valid if the transition style is UIPageViewController.TransitionStyle.pageCurl.
var spineLocation: UIPageViewController.SpineLocation { get }

/// Decides if page contron is going to be shown or not.
/// Decides if page control is going to be shown or not.
var hidePageControl: Bool { get }

/// The tint color to be used for the current page indicator.
Expand Down

0 comments on commit bbfb198

Please sign in to comment.