From fb017afd2a3dffe193747d9c2a8de652df815010 Mon Sep 17 00:00:00 2001
From: kjunge <kai.junge@epfl.ch>
Date: Sat, 22 Jan 2022 15:31:46 +0100
Subject: [PATCH] Updated CHANGELOG.

---
 CHANGELOG.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce112dd..48c0fc8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,13 +15,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 ## [Release v1.0.0](https://gitlab.epfl.ch/create-lab/lab-systems/arduino_python_communication/-/releases/release_v1.0.0) - 22-1-2022
 
 ### Added
-- Debugging funcionality to understand the communictaion setup. Notably to easily see what the Arduino side has received from the python side
+- Debugging funcionality to understand the communictaion setup. Notably to easily see what the Arduino side has received from the Python side
 - Obtain latching and non-latching key press outputs
 
 ### Changed
-- Spelling mistakes fixed for "received"
+- Spelling mistakes fixed for the word "received"
 - Addressed and patched the issue of the Arduino not sending messages in the first few seconds after connection/handshake is estabilished
-- Fixed the issue of messages not being received properly on the python side
+- Fixed the issue of messages not being received properly on the Python side
 - Simplified the connection process on the Arduino side
 - Simplified the communication process on the Arduino side
 - A range of variable and function names to be more descriptive
-- 
GitLab