From 8930acad1e4baf57213099af1fa7725fcda0374b Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Wed, 17 Jul 2024 12:56:28 -0400
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Deepak Khatri <lorforlinux@beagleboard.org>
---
 boards/beagley/ai/demos/beagley-ai-using-gpio.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/beagley/ai/demos/beagley-ai-using-gpio.rst b/boards/beagley/ai/demos/beagley-ai-using-gpio.rst
index 7875b4a0..e42431c5 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
 
-- 
GitLab