Commit 684f9e9603dd83ff284e079966c30c06b4414067

Philipp Wiesemann 2015-04-07T23:00:56

Fixed typo in gesture README.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/docs/README-gesture.md b/docs/README-gesture.md
index 7b90b54..7e9f95b 100644
--- a/docs/README-gesture.md
+++ b/docs/README-gesture.md
@@ -1,6 +1,6 @@
 Dollar Gestures
 ===========================================================================
-SDL Provides an implementation of the $1 gesture recognition system. This allows for recording, saving, loading, and performing single stroke gestures.
+SDL provides an implementation of the $1 gesture recognition system. This allows for recording, saving, loading, and performing single stroke gestures.
 
 Gestures can be performed with any number of fingers (the centroid of the fingers must follow the path of the gesture), but the number of fingers must be constant (a finger cannot go down in the middle of a gesture). The path of a gesture is considered the path from the time when the final finger went down, to the first time any finger comes up.