Fix typos

This commit is contained in:
Manav Rathi 2024-02-21 19:29:22 +05:30
parent b213796628
commit fee2b81568

View file

@ -17,8 +17,8 @@ production build.
Note that yarn does not automatically update `node_modules` if you switch to a
branch that has added or modified dependencies. So if you encounter unexpected
errors or switching branches, make sure that your node_modules is up to date by
running `yarn install` first (tip: `yarn` is a shortcut for `yarn install`).
errors on switching branches, make sure that your `node_modules` is up to date
by running `yarn install` first (tip: `yarn` is a shortcut for `yarn install`).
To add a local package as a dependency, use `<package-name>@*`. The "*" here
denotes any version.