docs: fix typos
omahs committed
Mar 6, 2023 at 15:42 UTC
698166bf2ad349f11bb2df6b95e41c3df22863a8
3 files changed
+9
-9
docs/RELEASE_ISSUE_TEMPLATE.md
+5
-5
@@ -93,7 +93,7 @@ Checklist:
93
- PR will be merged automatically once the diff is approved
94
- `master` build will publish the artifacts to https://dist.ipfs.io in around 30 minutes
95
- [ ] Ensure that the artifacts are available at https://dist.ipfs.io
96
- - [ ] Publish the RC to [the NPM package](https://www.npmjs.com/package/go-ipfs?activeTab=versions) by running https://github.com/ipfs/npm-go-ipfs/actions/workflows/main.yml (it happens automatically but it is safe to speed up the process and kick of a run manually)
96
+ - [ ] Publish the RC to [the NPM package](https://www.npmjs.com/package/go-ipfs?activeTab=versions) by running https://github.com/ipfs/npm-go-ipfs/actions/workflows/main.yml (it happens automatically but it is safe to speed up the process and kick off a run manually)
97
- [ ] Cut a pre-release on [GitHub](https://github.com/ipfs/kubo/releases) ([instructions](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release), [example](https://github.com/ipfs/kubo/releases/tag/v0.17.0-rc1))
98
- Use `vX.Y.Z-rcN` as the tag.
99
- Link to the release issue in the description.
@@ -120,7 +120,7 @@ Checklist:
120
- [ ] [Optional] Reply under a message about the issue in the #bifrost channel on FIL Slack once the RC is out. Send the message to the channel.
121
- [ ] Check [metrics](https://protocollabs.grafana.net/d/8zlhkKTZk/gateway-slis-precomputed?orgId=1) every day.
122
- Compare the metrics trends week over week.
123
- - If there is an unexpected variation in the trend, message the #bifrost channel on FIL Slack and ask for help investigation the cause.
123
+ - If there is an unexpected variation in the trend, message the #bifrost channel on FIL Slack and ask for help investigating the cause.
124
- [ ] IPFS Application Testing.
125
- [ ] [IPFS Desktop](https://github.com/ipfs-shipyard/ipfs-desktop)
126
- [ ] Upgrade to the RC in [ipfs-desktop](https://github.com/ipfs-shipyard/ipfs-desktop)
@@ -133,13 +133,13 @@ Checklist:
133
- [ ] Start a fresh chromium or chrome instance using `chromium --user-data-dir=$(mktemp -d)` (macos `/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=$(mktemp -d)`)
134
- [ ] Start a fresh firefox instance using `firefox --profile $(mktemp -d)` (macos `/Applications/Firefox.app/Contents/MacOS/firefox --profile $(mktemp -d)`)
135
- [ ] Install IPFS Companion from [vendor-specific store](https://github.com/ipfs/ipfs-companion/#readme).
136
- - [ ] Check that the comunication between Kubo daemon and IPFS companion is working properly checking if the number of connected peers changes.
136
+ - [ ] Check that the communication between Kubo daemon and IPFS companion is working properly checking if the number of connected peers changes.
137
- [ ] **Stage 5 - Release** - _ONLY FOR FINAL RELEASE_
138
- [ ] Prepare the `release` branch.
139
- [ ] Bump the version in `version.go` in the `release-vX.Y.Z` branch to `X.Y.Z`.
140
- [ ] Update the [docs/changelogs/vX.Y.md](docs/changelogs) with the new commits and contributors.
141
- [ ] Run `./bin/mkreleaselog` twice to generate the changelog and copy the output.
142
- - The first run of the script might be poluted with `git clone` output.
142
+ - The first run of the script might be polluted with `git clone` output.
143
- [ ] Paste the output into the `### Changelog` section of the changelog file inside the `<details><summary></summary></details>` block.
144
- [ ] Commit the changelog changes.
145
- [ ] Push the `release-vX.Y.Z` branch to GitHub (`git push origin release-vX.Y.Z`)
@@ -169,7 +169,7 @@ Checklist:
169
- PR will be merged automatically once the diff is approved
170
- `master` build will publish the artifacts to https://dist.ipfs.io in around 30 minutes
171
- [ ] Ensure that the artifacts are available at https://dist.ipfs.io
172
- - [ ] Publish the release to [the NPM package](https://www.npmjs.com/package/go-ipfs?activeTab=versions) by running https://github.com/ipfs/npm-go-ipfs/actions/workflows/main.yml (it happens automatically but it is safe to speed up the process and kick of a run manually)
172
+ - [ ] Publish the release to [the NPM package](https://www.npmjs.com/package/go-ipfs?activeTab=versions) by running https://github.com/ipfs/npm-go-ipfs/actions/workflows/main.yml (it happens automatically but it is safe to speed up the process and kick off a run manually)
173
- [ ] Cut the release on [GitHub](https://github.com/ipfs/kubo/releases) ([instructions](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release), [example](https://github.com/ipfs/kubo/releases/tag/v0.17.0))
174
- Use `vX.Y.Z` as the tag.
175
- Copy the relevant [changelog](https://github.com/ipfs/kubo/blob/release/docs/changelogs/) into the release description.
docs/config.md
+3
-3
@@ -454,7 +454,7 @@ Type: `string` (one of `"enabled"` or `"disabled"`)
454
455
### `AutoNAT.Throttle`
456
457
-When set, this option configure's the AutoNAT services throttling behavior. By
457
+When set, this option configures the AutoNAT services throttling behavior. By
458
default, Kubo will rate-limit the number of NAT checks performed for other
459
nodes to 30 per minute, and 3 per peer.
460
@@ -616,7 +616,7 @@ Type: `bool`
616
617
#### `Discovery.MDNS.Interval`
618
619
-**REMOVED:** this is not configurable any more
619
+**REMOVED:** this is not configurable anymore
620
in the [new mDNS implementation](https://github.com/libp2p/zeroconf#readme).
621
622
## `Experimental`
@@ -966,7 +966,7 @@ Type: `optionalInteger` (thread count, `null` means default which is 8)
966
#### `Internal.Bitswap.MaxOutstandingBytesPerPeer`
967
968
Maximum number of bytes (across all tasks) pending to be processed and sent to any individual peer.
969
-This number controls fairness and can very from 250Kb (very fair) to 10Mb (less fair, with more work
969
+This number controls fairness and can vary from 250Kb (very fair) to 10Mb (less fair, with more work
970
dedicated to peers who ask for more). Values below 250Kb could cause thrashing.
971
Values above 10Mb open the potential for aggressively-wanting peers to consume all resources and
972
deteriorate the quality provided to less aggressively-wanting peers.
docs/delegated-routing.md
+1
-1
@@ -13,7 +13,7 @@ Now we need a better way to add different routers using different protocols like
13
14
## Motivation
15
16
-The actual routing implementation is not enough. Some users needs to have more options when configuring the routing system. The new implementations should be able to:
16
+The actual routing implementation is not enough. Some users need to have more options when configuring the routing system. The new implementations should be able to:
17
18
- [x] Be user-friendly and easy enough to configure, but also versatile
19
- [x] Configurable Router execution order