Skip to content

Commit 3b18e72

Browse files
authored
Update pullgesturerecognizer.md
Fix typo on PullDirection.RightToLeft
1 parent 9d26a46 commit 3b18e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/gestures/pullgesturerecognizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This defines the direction of the pull. There are 4 available values;
3333
* `PullDirection.TopToBottom` : Pull starts from the top edge and moves towards the buttom
3434
* `PullDirection.BottomToTop` : Pull starts from the bottom edge and moves towards the top
3535
* `PullDirection.LeftToRight` : Pull starts from the left edge and moves towards the right
36-
* `PullDirection.RightToLeft` : Pull starts from the right edge and moves towards the top
36+
* `PullDirection.RightToLeft` : Pull starts from the right edge and moves towards the left
3737

3838
## Useful Properties
3939

0 commit comments

Comments
 (0)