Documentation typo fix
diff --git a/documentation/shortintro.rst b/documentation/shortintro.rst
index 4cbdda7..8f33a68 100644
--- a/documentation/shortintro.rst
+++ b/documentation/shortintro.rst
@@ -55,7 +55,7 @@
 
 Readline
 ========
-Be carefully when using :meth:`readline`. Do specify a timeout when opening the
+Be careful when using :meth:`readline`. Do specify a timeout when opening the
 serial port otherwise it could block forever if no newline character is
 received. Also note that :meth:`readlines` only works with a timeout.
 :meth:`readlines` depends on having a timeout and interprets that as EOF (end