From de584eb9a88dbea454b2953b1bd0fcd9b7a169e6 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 11 Jun 2026 04:31:13 -0400 Subject: [PATCH] dev-manual: fix grammatical error, missing word "with" Add the missing word "with." (From yocto-docs rev: f67b98070a069eebfe9826467fc681c6ddc3f68c) Signed-off-by: Robert P. J. Day Signed-off-by: Antonin Godard (cherry picked from commit b2820e987abc15b474152e51cd76e9bf30660a69) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/dev-manual/building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/building.rst b/documentation/dev-manual/building.rst index 6b1a66ec1f..16bd95661c 100644 --- a/documentation/dev-manual/building.rst +++ b/documentation/dev-manual/building.rst @@ -920,7 +920,7 @@ Replicating a Build Offline It can be useful to take a "snapshot" of upstream sources used in a build and then use that "snapshot" later to replicate the build offline. To do so, you need to first prepare and populate your downloads -directory your "snapshot" of files. Once your downloads directory is +directory with your "snapshot" of files. Once your downloads directory is ready, you can use it at any time and from any machine to replicate your build.