diff --git a/docs/library/uctypes.rst b/docs/library/uctypes.rst
index 73637a0e274bbfe1b0429d8752e00b01b8bf9111..9a7f85edcd999cff3f6679a496e30de95f467f7d 100644
--- a/docs/library/uctypes.rst
+++ b/docs/library/uctypes.rst
@@ -6,7 +6,7 @@
 
 This module implements "foreign data interface" for MicroPython. The idea
 behind it is similar to CPython's ``ctypes`` modules, but actual API is
-different, steamlined and optimized for small size.
+different, streamlined and optimized for small size.
 
 Defining structure layout
 -------------------------