From 937a3298c8f82e2715f3bf2bcbdfb4b021be9af8 Mon Sep 17 00:00:00 2001
From: Arsen Musayelyan <moussaelianarsen@gmail.com>
Date: Fri, 15 Oct 2021 20:11:34 -0700
Subject: [PATCH] Fix typo

---
 docs.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.md b/docs.md
index 3f327c1..29a1b27 100644
--- a/docs.md
+++ b/docs.md
@@ -32,7 +32,7 @@ Reading from the battery level characteristic yields a single byte of data. This
 
 #### Heart Rate
 
-Reading frim the heart rate characteristic yields two bytes of data. I am not sure of the function of the first byte. It appears to always be zero. The second byte can be converted to an unsigned 8-bit integer which is the current heart rate. This characteristic also allows notify for updates as the value changes.
+Reading from the heart rate characteristic yields two bytes of data. I am not sure of the function of the first byte. It appears to always be zero. The second byte can be converted to an unsigned 8-bit integer which is the current heart rate. This characteristic also allows notify for updates as the value changes.
 
 ---