[PATCH] dev-manual: fix grammatical error, missing word "with"
"Robert P. J. Day" <[email protected]>
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
Add the missing word "with." Signed-off-by: Robert P. J. Day <[email protected]> --- diff --git a/documentation/dev-manual/building.rst b/documentation/dev-manual/building.rst index 9983c7939..c8bb31b92 100644 --- a/documentation/dev-manual/building.rst +++ b/documentation/dev-manual/building.rst @@ -744,7 +744,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.