@cryptotaxi247 / kubo / commits / db3d1cd8e

fix(docs): typo

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