summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-06-20 11:39:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-27 14:55:08 +0100
commit17d0d15be11306c9acdff74bde3ae0029c7bd2d4 (patch)
treed5af5b3422b3efedee923262361c4f20e2d01066 /documentation
parent4a241d0cfb57c63e366ba4e355102ad9a97192e1 (diff)
downloadpoky-17d0d15be11306c9acdff74bde3ae0029c7bd2d4.tar.gz
dev-manual: NPM packages: minor grammar fix
(From yocto-docs rev: ab3758fbb422895c31417e2c4c41937995ec8d7e) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/common-tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 50c571b103..a6c7ba3ce1 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -7624,7 +7624,7 @@ modules and manually add the information to the recipe.
7624 7624
7625``recipetool`` creates a "shrinkwrap" file for your recipe. Shrinkwrap 7625``recipetool`` creates a "shrinkwrap" file for your recipe. Shrinkwrap
7626files capture the version of all dependent modules. Many packages do not 7626files capture the version of all dependent modules. Many packages do not
7627provide shrinkwrap files. ``recipetool`` create a shrinkwrap file as it 7627provide shrinkwrap files but ``recipetool`` will create a shrinkwrap file as it
7628runs. 7628runs.
7629 7629
7630.. note:: 7630.. note::