Text corrections

This commit is contained in:
Alejandro 2023-12-05 15:40:53 +01:00 committed by Chocobozzz
parent 6966f37c4b
commit cf843c3f12
3 changed files with 4 additions and 4 deletions

View file

@ -9766,10 +9766,10 @@ components:
description: P2P peers connected (doesn't include WebSeed peers)
resolutionChanges:
type: number
description: How many resolution changes occured since the last metric creation
description: How many resolution changes occurred since the last metric creation
errors:
type: number
description: How many errors occured since the last metric creation
description: How many errors occurred since the last metric creation
downloadedBytesP2P:
type: number
description: How many bytes were downloaded with P2P since the last metric creation

View file

@ -870,7 +870,7 @@ function register ({ registerClientRoute }) {
}
```
You can then access the page on `/p/my-super/route` (please note the additionnal `/p/` in the path).
You can then access the page on `/p/my-super/route` (please note the additional `/p/` in the path).
### Publishing

View file

@ -185,7 +185,7 @@ peertube-runner list-registered
## Server tools
Server tools are scripts that interect directly with the code of your PeerTube instance.
Server tools are scripts that interact directly with the code of your PeerTube instance.
They must be run on the server, in `peertube-latest` directory.
### Parse logs