Fix typo (#456)

Fix typo on line 28, `## Installed a` -> `## Installing a`

Tae Woo Kim committed Mar 1, 2023 at 04:47 UTC c0408b7265c70bcae5679fb8e89f04f179466c76
1 file changed +1 -1
content/packages-and-modules/getting-packages-from-the-registry/downloading-and-installing-packages-locally.mdx
+1 -1
@@ -25,7 +25,7 @@ If there is a `package.json` file, npm installs the latest version that satisfie
25
26 </Note>
27
28 -## Installed a scoped public package
28 +## Installing a scoped public package
29
30 [Scoped public packages][scoped-public-pkg] can be downloaded and installed by anyone, as long as the scope name is referenced during installation:
31