Skip to content

Commit

Permalink
Text corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
criadoperez authored and Chocobozzz committed Dec 6, 2023
1 parent 6966f37 commit cf843c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions support/doc/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion support/doc/plugins/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion support/doc/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf843c3

Please sign in to comment.