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>
This commit is contained in:
Michael Opdenacker
2022-06-20 11:39:08 +02:00
committed by Richard Purdie
parent 4a241d0cfb
commit 17d0d15be1

View File

@@ -7624,7 +7624,7 @@ modules and manually add the information to the recipe.
``recipetool`` creates a "shrinkwrap" file for your recipe. Shrinkwrap
files capture the version of all dependent modules. Many packages do not
provide shrinkwrap files. ``recipetool`` create a shrinkwrap file as it
provide shrinkwrap files but ``recipetool`` will create a shrinkwrap file as it
runs.
.. note::