From b36a8e010ffa6f496ae768baca2a0e66a23f36c2 Mon Sep 17 00:00:00 2001 From: "W. Brian Gourlie" Date: Sun, 17 Dec 2017 13:13:16 -0600 Subject: [PATCH] Fix typo in README (#367) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d2ea68f..b632a57f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ winit = "0.7" ## Usage Winit is a window creation and management library. It can create windows and lets you handle -events (for example: the window being resized, a key being pressed, a mouse mouvement, etc.) +events (for example: the window being resized, a key being pressed, a mouse movement, etc.) produced by window. Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to