diff mbox series

dev-manual: minor grammar correction

Message ID 47e13a94-0ba3-cd70-4086-897143f7ff61@crashcourse.ca
State Under Review
Headers show
Series dev-manual: minor grammar correction | expand

Commit Message

Robert P. J. Day June 22, 2025, 9:12 a.m. UTC
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

Comments

Quentin Schulz June 23, 2025, 2:12 p.m. UTC | #1
Hi Robert,

On 6/22/25 11:12 AM, Robert P. J. Day via lists.yoctoproject.org wrote:
> 

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
diff mbox series

Patch

diff --git a/documentation/dev-manual/building.rst b/documentation/dev-manual/building.rst
index 865d2e1b6..c90b3ad40 100644
--- a/documentation/dev-manual/building.rst
+++ b/documentation/dev-manual/building.rst
@@ -813,7 +813,7 @@  directory:

 #. *Using Local Files Only:* Inside your ``local.conf`` file, add the
    :term:`SOURCE_MIRROR_URL` variable, inherit the
-   :ref:`ref-classes-own-mirrors` class, and use the
+   :ref:`ref-classes-own-mirrors` class, and add the
    :term:`BB_NO_NETWORK` variable to your ``local.conf``::

       SOURCE_MIRROR_URL ?= "file:///home/your-download-dir/"