File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
132132command and option names which have changed from v1 to v2. For example
133133` --frozen-lockfile` has been deprecated in favour of `--immutable`. Other option
134134changes 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
313313weird to add all those zip files to version control, but the reasoning is in the
314314article listed above.
315315
You can’t perform that action at this time.
0 commit comments