fix(docs): typo
Marcin Rataj committed
Nov 11, 2022 at 00:05 UTC
fd1a8f2cec9a3685c5f4ae744a589ee3380a2be2
1 file changed
+2
-2
docs/config.md
+2
-2
@@ -1864,8 +1864,8 @@ struct from [go-libp2p-resource-manager](https://github.com/libp2p/go-libp2p/tre
1864
Current resource usage and a list of services, protocols, and peers can be
1865
obtained via `ipfs swarm stats --help`
1866
1867
-It is also possible to adjust some runtime limits via `ipfs stats limit --help`.
1868
-Changes made via `stats limit` are persisted in `Swarm.ResourceMgr.Limits`.
1867
+It is also possible to adjust some runtime limits via `ipfs swarm limit --help`.
1868
+Changes made via `ipfs swarm limit` are persisted in `Swarm.ResourceMgr.Limits`.
1869
1870
Default: `{}` (use the safe implicit defaults)
1871