From 479ed7aa9dfeae500b3ea8f8b44a9083629df68b Mon Sep 17 00:00:00 2001
From: Xiretza <xiretza@xiretza.xyz>
Date: Tue, 10 Sep 2019 10:38:00 +0200
Subject: [PATCH] fix(docs): Remove a typo that caused build warnings

---
 Documentation/bluetooth/card10.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/bluetooth/card10.rst b/Documentation/bluetooth/card10.rst
index 8f080d4b..d6e67d87 100644
--- a/Documentation/bluetooth/card10.rst
+++ b/Documentation/bluetooth/card10.rst
@@ -105,7 +105,7 @@ Rockets characteristic
 The Rockets characteristic makes it possible to address every three rockets.
 Just write there three byte array, one for evey rocket.
 On read you get the current value of all three rockets.
-Range is between 0 and 31 (``0x1f`) if send higher value it will set to max of 31.
+Range is between 0 and 31 (``0x1f``) if send higher value it will set to max of 31.
 
 
 Dataformat:
-- 
GitLab