Skip to content

Commit ee5665d

Browse files
authored
remove duplicate workds (#10790)
1 parent 6b55e64 commit ee5665d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ secret.
367367
> The RPC API is vast. It grants admin-level access to your Kubo IPFS node, including
368368
> configuration and secret key management.
369369
>
370-
> - If you need secure access to a subset of RPC, make sure you understand the risk, block everything by default and and allow basic auth access with [`API.Authorizations`](#apiauthorizations) or custom auth middleware running in front of the localhost-only port defined in [`Addresses.API`](#addressesapi).
370+
> - If you need secure access to a subset of RPC, make sure you understand the risk, block everything by default and allow basic auth access with [`API.Authorizations`](#apiauthorizations) or custom auth middleware running in front of the localhost-only port defined in [`Addresses.API`](#addressesapi).
371371
> - If you are looking for an interface designed for browsers and public internet, use [`Addresses.Gateway`](#addressesgateway) port instead.
372372
373373
Default: `null`

docs/experimental-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ filestore instead of copying the files into your local IPFS repo.
8989
- [ ] Need to address error states and failure conditions
9090
- [ ] cleanup of broken filesystem references (if file is deleted)
9191
- [ ] tests that confirm ability to override preexisting filesystem links (allowing user to fix broken link)
92-
- [ ] support for a a single block having more than one sources in filesystem (blocks can be shared by unrelated files, and not be broken when some files are unpinned / gc'd)
92+
- [ ] support for a single block having more than one sources in filesystem (blocks can be shared by unrelated files, and not be broken when some files are unpinned / gc'd)
9393
- [ ] [other known issues](https://github.com/ipfs/kubo/issues/7161)
9494
- [ ] Need to write docs on usage, advantages, disadvantages
9595
- [ ] Need to merge utility commands to aid in maintenance and repair of filestore
@@ -128,7 +128,7 @@ And then add a file at a specific URL using `ipfs urlstore add <url>`
128128
- [ ] Need to address error states and failure conditions
129129
- [ ] cleanup of broken URL+range references (if URL starts returning 404 or error)
130130
- [ ] tests that confirm ability to override preexisting URL+range links (allowing user to fix broken link)
131-
- [ ] support for a a single block having more than one URL+range (blocks can be shared by unrelated URLs)
131+
- [ ] support for a single block having more than one URL+range (blocks can be shared by unrelated URLs)
132132
- [ ] Need to write docs on usage, advantages, disadvantages
133133
- [ ] Need to implement caching
134134
- [ ] Need to add metrics to monitor performance

0 commit comments

Comments
 (0)