Skip to content

Commit 0b2c40e

Browse files
authored
Fix typos and grammar errors in documentation (#1919)
* Update YARN.md * Update CHANGELOG.md
1 parent 98aad68 commit 0b2c40e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ and this project adheres to
476476
to supported cases where users put very high gas values in there ([#1465]).
477477
- Drop support for Node.js 14 and add support for Node.js 20. ([#1421])
478478
- @cosmjs/tendermint-rpc: Remove `Adaptor` abstractions which are not needed
479-
anymore by haing a dedicated client for each backend.
479+
anymore by having a dedicated client for each backend.
480480
- @cosmjs/tendermint-rpc: Add
481481
`CometClient = Tendermint34Client | Tendermint37Client | Comet38Client` and
482482
`connectComet` for auto-detecting the right client for a provided endpoint.

docs/YARN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ this ignore list when we revisit Plug‘n’Play.
128128

129129
## Step 8: Update Yarn CLI invocations and options in scripts
130130

131-
If are using the Yarn CLI tool in any scripts you will need to update some
131+
If you are using the Yarn CLI tool in any scripts you will need to update some
132132
command and option names which have changed from v1 to v2. For example
133133
`--frozen-lockfile` has been deprecated in favour of `--immutable`. Other option
134134
changes weren’t covered in the official documentation, so have fun finding out
@@ -309,7 +309,7 @@ Remove what you put there before and add these:
309309
!.yarn/versions
310310
```
311311

312-
Basically we’re adding the cache and the `.pnp.js` file to VCS. It might seems
312+
Basically we’re adding the cache and the `.pnp.js` file to VCS. It might seem
313313
weird to add all those zip files to version control, but the reasoning is in the
314314
article listed above.
315315

0 commit comments

Comments
 (0)