From f27fe90c7c2d792f0a64b2bb5cab25da3cf44b7f Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Mon, 5 Oct 2020 20:37:25 +0200 Subject: docs: ref-manual: fix typos Reviewed-by: Nicolas Dechesne (From yocto-docs rev: f21e92f74c8357b23fd4059af6815fbba9487147) Signed-off-by: Quentin Schulz Signed-off-by: Richard Purdie --- documentation/ref-manual/migration-3.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/ref-manual/migration-3.1.rst') diff --git a/documentation/ref-manual/migration-3.1.rst b/documentation/ref-manual/migration-3.1.rst index 92c8c77613..4fcd2490d3 100644 --- a/documentation/ref-manual/migration-3.1.rst +++ b/documentation/ref-manual/migration-3.1.rst @@ -181,7 +181,7 @@ to be changed as a result. An example of the new scheme: :: - SRC_URI = "npm://registry.npmjs.org;package=array-flatten;version=1.1.1 \\ + SRC_URI = "npm://registry.npmjs.org;package=array-flatten;version=1.1.1 \ npmsw://${THISDIR}/npm-shrinkwrap.json" Another example where the sources are fetched from git rather than an npm repository: :: -- cgit v1.2.3-54-g00ecf