Skip to content

Commit 8e2519b

Browse files
authored
Update README.md (#5887)
**What's the problem this PR addresses?** <!-- Describe the rationale of your PR. --> <!-- Link all issues that it closes. (Closes/Resolves #xxxx.) --> README not properly made ... **How did you fix it?** <!-- A detailed description of your implementation. --> Removed Grammatical errors ... **Checklist** <!--- Don't worry if you miss something, chores are automatically tested. --> <!--- This checklist exists to help you remember doing the chores when you submit a PR. --> <!--- Put an `x` in all the boxes that apply. --> - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). <!-- See https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released for more details. --> <!-- Check with `yarn version check` and fix with `yarn version check -i` --> - [ ] I have set the packages that need to be released for my changes to be effective. <!-- The "Testing chores" workflow validates that your PR follows our guidelines. --> <!-- If it doesn't pass, click on it to see details as to what your PR might be missing. --> - [ ] I will check that all automated PR checks pass before the PR gets reviewed.
1 parent 574f532 commit 8e2519b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
Yarn is a modern package manager split into various packages. Its novel architecture allows to do things currently impossible with existing solutions:
2020

21-
- Yarn supports [plugins](https://yarnpkg.com/features/plugins); adding a plugin is as simple as adding it into your repository
21+
- Yarn supports [plugins](https://yarnpkg.com/features/plugins); adding a plugin is as simple as adding it to your repository
2222
- Yarn supports Node by default but isn't limited to it - plugins can add support for other languages
2323
- Yarn supports [workspaces](https://yarnpkg.com/features/workspaces) natively, and its CLI takes advantage of that
24-
- Yarn uses a bash-like [portable shell](https://github.com/yarnpkg/berry/tree/master/packages/yarnpkg-shell#yarnpkgshell) to make package scripts portable across of Windows, Linux, and macOS
24+
- Yarn uses a bash-like [portable shell](https://github.com/yarnpkg/berry/tree/master/packages/yarnpkg-shell#yarnpkgshell) to make package scripts portable across Windows, Linux, and macOS
2525
- Yarn is first and foremost a [Node API](https://yarnpkg.com/api/) that can be used programmatically (via [@yarnpkg/core](packages/yarnpkg-core))
2626
- Yarn is written in [TypeScript](https://www.typescriptlang.org/) and is fully type-checked
2727

@@ -68,7 +68,7 @@ Yarn is a modern package manager split into various packages. Its novel architec
6868
</a>
6969
</td>
7070
<td>
71-
<b><a href="https://www.datadoghq.com/">Datadog</a></b> has been sponsoring the time from our lead maintainer for more than a year now. They also upgraded our account so that we can benefit from long-term telemetry (<a href="https://github.com/yarnpkg/berry/issues/1250">RFC</a>).
71+
<b><a href="https://www.datadoghq.com/">Datadog</a></b> has been sponsoring the time of our lead maintainer for more than a year now. They also upgraded our account so that we can benefit from long-term telemetry (<a href="https://github.com/yarnpkg/berry/issues/1250">RFC</a>).
7272
</td>
7373
</tr>
7474
<tr>
@@ -225,7 +225,7 @@ To create your own plugin, please refer to the [documentation](https://yarnpkg.c
225225

226226
## Generic packages
227227

228-
The following packages are generic and can be used in a variety of purposes (including to implement other package managers, but not only):
228+
The following packages are generic and can be used for a variety of purposes (including to implement other package managers, but not only):
229229

230230
- [@yarnpkg/core](packages/yarnpkg-core) allows any application to manipulate a project programmatically.
231231
- [@yarnpkg/fslib](packages/yarnpkg-fslib) is a set of tools to abstract the filesystem through type-safe primitives.

0 commit comments

Comments
 (0)