Skip to content

Commit

Permalink
Update Usage.md
Browse files Browse the repository at this point in the history
Add missing named parameter in the documentation
  • Loading branch information
PierreCapo authored and fermoya committed Jul 20, 2022
1 parent 371259a commit d8d3107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ By default, `Pager` will reveal the neighbor items completely (100% of their rel

```swift
Pager(...)
.singlePagination(0.33, sensitivity: .custom(0.2))
.singlePagination(ratio: 0.33, sensitivity: .custom(0.2))
.preferredItemSize(CGSize(width: 300, height: 400))
.itemSpacing(10)
.background(Color.gray.opacity(0.2))
Expand Down

0 comments on commit d8d3107

Please sign in to comment.