Text corrections

This commit is contained in:
Alejandro 2023-12-05 15:40:53 +01:00
parent c93299f6cf
commit 948190559f
No known key found for this signature in database
GPG Key ID: 766DF93C61C31C03
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) description: P2P peers connected (doesn't include WebSeed peers)
resolutionChanges: resolutionChanges:
type: number 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: errors:
type: number type: number
description: How many errors occured since the last metric creation description: How many errors occurred since the last metric creation
downloadedBytesP2P: downloadedBytesP2P:
type: number type: number
description: How many bytes were downloaded with P2P since the last metric creation 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 ### Publishing

View File

@ -185,7 +185,7 @@ peertube-runner list-registered
## Server tools ## 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. They must be run on the server, in `peertube-latest` directory.
### Parse logs ### Parse logs