From cf843c3f12fa506d1acdf61051dc2c85062ecd3e Mon Sep 17 00:00:00 2001 From: Alejandro Date: Tue, 5 Dec 2023 15:40:53 +0100 Subject: [PATCH] Text corrections --- support/doc/api/openapi.yaml | 4 ++-- support/doc/plugins/guide.md | 2 +- support/doc/tools.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 00e9d44b0..4f7e08f8c 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -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 diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index 81f52cf6c..2ad212a15 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md @@ -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 diff --git a/support/doc/tools.md b/support/doc/tools.md index 22dcd67f6..e4451d389 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md @@ -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