Skip to content

Commit

Permalink
docs: add typos
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed May 14, 2024
1 parent e67096a commit d079039
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ sites:
- url: "https://edjopato.de/robots.txt"
```

There is a bigger [config](https://github.com/EdJoPaTo/website-stalker-example/blob/main/website-stalker.yaml) in my [example repo](https://github.com/EdJoPaTo/website-stalker-example).
The example repo is also used by me to detect changes of interesting sites.
There is a bigger [config](https://github.com/EdJoPaTo/website-stalker-example/blob/main/website-stalker.yaml) in my [example repository](https://github.com/EdJoPaTo/website-stalker-example).
The example repository is also used by me to detect changes of interesting sites.

### Global Options

Expand Down Expand Up @@ -164,8 +164,8 @@ sites:

Only use HTTP/1 for the web request.

Backends might use HTTP/2 fingerprinting which could result in different or unusable output depending on what the backend assumes about the client.
HTTP/1 is a simpler protocol which does not allow such kinds of backend optimizations.
Back-ends might use HTTP/2 fingerprinting which could result in different or unusable output depending on what the back-end assumes about the client.
HTTP/1 is a simpler protocol which does not allow such kinds of back-end optimizations.

```yaml
sites:
Expand Down Expand Up @@ -226,7 +226,7 @@ sites:

Editors are manipulating the content of a webpage to simplify comparing them later on.

For example: If you are interested in the content of a webpage the `<head>` with changing stylesheets isn't interesting to you.
For example: If you are interested in the content of a webpage the `<head>` with changing style-sheets isn't interesting to you.
When keeping it, it will still create diffs which end up being commits.
This will create noise you're probably just going to ignore.
That's why editors exist.
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub enum Cli {
///
/// In order to have some URL to the change in the notification it needs to place the commit hash inside an URL.
/// When the template contains `{commit}` its replaced by the commit hash.
/// When it's not in the template the commit hash is concatinated to the template: `{template}{commit}`.
/// When it's not in the template the commit hash is concatenated to the template: `{template}{commit}`.
///
/// For example with GitHub this would be:
/// <https://github.com/EdJoPaTo/website-stalker-example/commit/{commit}>.
Expand Down

0 comments on commit d079039

Please sign in to comment.