From 05e312b59eedb870a1ef497897aa3222b4872867 Mon Sep 17 00:00:00 2001
From: "Mark A. Yoder" <Mark.A.Yoder@Rose-Hulman.edu>
Date: Fri, 20 Sep 2024 15:14:11 -0400
Subject: [PATCH] I'n not  sure what changed here.

---
 books/beaglebone-cookbook/01basics/basics.rst | 24 +++++++++----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/books/beaglebone-cookbook/01basics/basics.rst b/books/beaglebone-cookbook/01basics/basics.rst
index d1bc3456..8a549602 100644
--- a/books/beaglebone-cookbook/01basics/basics.rst
+++ b/books/beaglebone-cookbook/01basics/basics.rst
@@ -69,13 +69,13 @@ The Bone acting like a USB drive and the files you see are located on the Bone.
 .. _basics_open_vsc:
 
 Browse to http://192.168.7.2:3000 from your 
-host computer (:ref:`basics_05gettingStarted_fig`). If the page is not found, run the following:
-
-.. code-block::
-
-    bone$ sudo systemctl start bb-code-server.service
-
-Wait a minute and try the URL again.
+host computer (:ref:`basics_05gettingStarted_fig`). If the page is not found, run the following:
+
+.. code-block::
+
+    bone$ sudo systemctl start bb-code-server.service
+
+Wait a minute and try the URL again.
 
 .. _basics_05gettingStarted_fig:
 
@@ -131,7 +131,7 @@ following the instructions in :ref:`basics_out_of_the_box` to log into the Bone.
 
 .. code-block:: bash
 
-    bone$ cat /etc/dogtag
+    bone$ cat /etc/dogtag
     BeagleBoard.org Debian Bullseye IoT Image 2023-06-03
 
 I'm running the 2023-06-03 version.
@@ -287,7 +287,7 @@ Change to the directory that contains your file, make it executable, and then ru
 .. code-block:: bash
 
     bone$ cd ~/examples/BeagleBone/Black/
-    bone$ ./seqLEDs.py
+    bone$ ./seqLEDs.py
 
 
 The *cd* is the change directory command. After you *cd*, 
@@ -310,9 +310,9 @@ Solution
 On your host computer, open a browser and go to https://forum.beagleboard.org/tag/latest-images 
 This shows you a list of dates of the most recent Debian images (:ref:`basics_deb1`).
 
-.. todo 
-   Update for 2023-06-03
-
+.. todo 
+   Update for 2023-06-03
+
 .. _basics_deb1:
 
 .. figure:: figures/deb1.png
-- 
GitLab