From c7a33f926b2177a214a3d7515720a0111cf1c52c Mon Sep 17 00:00:00 2001 From: curldivergence Date: Fri, 15 May 2020 21:31:32 +0300 Subject: [PATCH] Fixed a couple of typos in repo description (#1568) --- FEATURES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FEATURES.md b/FEATURES.md index 0918d358..cdd8cc9f 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -109,8 +109,8 @@ If your PR makes notable changes to Winit's features, please update this section translating keypresses into UTF-8 characters, handling dead keys and IMEs. - **Drag & Drop**: Dragging content into winit, detecting when content enters, drops, or if the drop is cancelled. - **Raw Device Events**: Capturing input from input devices without any OS filtering. -- **Gamepad/Joystick events**: Capturing input from gampads and joysticks. -- **Device movement events:**: Capturing input from the device gyroscope and accelerometer. +- **Gamepad/Joystick events**: Capturing input from gamepads and joysticks. +- **Device movement events**: Capturing input from the device gyroscope and accelerometer. ## Platform ### Windows