Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccamcginn committed Jul 20, 2021
1 parent c524d82 commit b8809b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Deprecating-a-Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Psammead repository contains packages that are actively being maintained. Ho
- Create a pull request from this branch.

### 2. Deprecate the package on NPM
Tell your NPM Admin to run the command below, supplying a message argument which will be used as a deprecation warning to those why try to install the package.
Tell your NPM Admin to run the command below, supplying a message argument which will be used as a deprecation warning to those who try to install the package.
```sh
npm deprecate @bbc/<package-name> "This package is no longer maintained."
```
Expand Down

0 comments on commit b8809b9

Please sign in to comment.