diff --git a/boards/beagley/ai/demos/beagley-ai-using-gpio.rst b/boards/beagley/ai/demos/beagley-ai-using-gpio.rst
index 7875b4a0c91f8f191e57a15831983dbaef20b04f..e42431c5e4e88343be8fa3fc18fc69b6ed353ef4 100644
--- a/boards/beagley/ai/demos/beagley-ai-using-gpio.rst
+++ b/boards/beagley/ai/demos/beagley-ai-using-gpio.rst
@@ -166,7 +166,7 @@ Blink an LED using Python
 
 Using python you can write a script to blink an LED.
 
-First you need to install ``python3-libgpiod`` using below command.
+First you need to install ``python3-libgpiod`` using the command below,
 
 .. code:: console