| Message ID | a1d31ebe-dd6b-ce3f-f1da-4dea86f02010@crashcourse.ca |
|---|---|
| State | New |
| Headers | show |
| Series | dev-manual: fix grammatical error, missing word "with" | expand |
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.
Add the missing word "with." Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---