Skip to content

Commit e1a21fc

Browse files
committedDec 23, 2022
feat: fix typo in pnpm description
This is really docs, but I want to trigger release-it
1 parent 1647c11 commit e1a21fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It sets up the following tooling for you:
3434
- [**All Contributors**](https://allcontributors.org): Tracks various kinds of contributions and displays them in a nicely formatted table in the README.md.
3535
- [**ESLint**](https://eslint.org): Static analysis for JavaScript code, configured with [typescript-eslint](https://typescript-eslint.io) for TypeScript code and other general-use plugins.
3636
- [**Markdownlint**](https://github.com/DavidAnson/markdownlint): Static analysis for Markdown code.
37-
- [**pnpm**](https://pnpm.io): Desk-efficient package manager alternative.
37+
- [**pnpm**](https://pnpm.io): Disk-efficient package manager alternative.
3838
- [**PR Compliance Action**](https://github.com/mtfoley/pr-compliance-action): Checks PRs for compliance on chore such as addressing a linked issue and proper title formatting.
3939
- [**Prettier**](https://prettier.io): Opinionated formatting for code, run on file save and as a Git commit hook via [husky](https://typicode.github.io/husky) and [lint-staged](https://github.com/okonet/lint-staged).
4040
- [**release-it**](https://github.com/release-it/release-it): Generates changelogs, bumps the package version, and publishes to GitHub and npm based on [conventional commits](https://www.conventionalcommits.org).

0 commit comments

Comments
 (0)
Please sign in to comment.