Skip to content

Commit e3629c8

Browse files
docs: fix typos (#1927)
* Update HACKING.md * Update README.md * Update README.md * Update CHANGELOG.md * Update YARN.md * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 8561941 commit e3629c8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,11 +1709,11 @@ CHANGELOG entries missing. Please see [the diff][0.24.1].
17091709
- @cosmjs/encoding: Add `limit` parameter to `Bech32.encode` and `.decode`. The
17101710
new default limit for decoding is infinity (was 90 before). Set it to 90 to
17111711
create a strict decoder.
1712-
- @cosmjs/faucet: Environmental variable `FAUCET_FEE` renamed to
1713-
`FAUCET_GAS_PRICE` and now only accepts one token. Environmental variable
1712+
- @cosmjs/faucet: Environment variable `FAUCET_FEE` renamed to
1713+
`FAUCET_GAS_PRICE` and now only accepts one token. Environment variable
17141714
`FAUCET_GAS` renamed to `FAUCET_GAS_LIMIT`.
17151715
- @cosmjs/faucet: `/credit` API now expects `denom` (base token) instead of
1716-
`ticker` (unit token). Environmental variables specifying credit amounts now
1716+
`ticker` (unit token). Environment variables specifying credit amounts now
17171717
need to use uppercase denom.
17181718
- @cosmjs/launchpad: Rename `FeeTable` type to `CosmosFeeTable` and export a new
17191719
more generic type `FeeTable`.

HACKING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Welcome to CosmJS, glad to see you here. This document explains all you need to
44
work on CosmJS, i.e. modify it. It is not intended for users of CosmJS.
55

6-
## Prerequisite
6+
## Prerequisites
77

88
- A UNIX-like development environment
99
- Node.js 20+, Docker and yarn

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ can work on a solution with swappable implementations.
9797

9898
## Webpack Configs
9999

100-
With WebPack 5, you have to be explicit about the usage of Node.js types and
100+
With Webpack 5, you have to be explicit about the usage of Node.js types and
101101
modules that were simply replaced with re-implementations for browsers in
102102
Webpack 4.
103103

docs/YARN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ most helpful: although it purports to guide you through the process in
66
[a single document](https://yarnpkg.com/getting-started/migration), the
77
information you need is actually spread across multiple pages in quite a
88
confusing way, not helped by the poor English throughout. There is also an
9-
[introductory blogpost](https://dev.to/arcanis/introducing-yarn-2-4eh1) which
9+
[introductory blog post](https://dev.to/arcanis/introducing-yarn-2-4eh1) which
1010
you may find helpful.
1111

1212
This document is intended broadly as a replacement for the official

packages/faucet-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cd packages/faucet
2323
yarn start-dev
2424
```
2525

26-
The tests need to be told you are running the faucet via an environmental
26+
The tests need to be told you are running the faucet via an environment
2727
variable:
2828

2929
```sh

0 commit comments

Comments
 (0)