Skip to content

Commit d079039

Browse files
committed
docs: add typos
1 parent e67096a commit d079039

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ sites:
8585
- url: "https://edjopato.de/robots.txt"
8686
```
8787

88-
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).
89-
The example repo is also used by me to detect changes of interesting sites.
88+
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).
89+
The example repository is also used by me to detect changes of interesting sites.
9090

9191
### Global Options
9292

@@ -164,8 +164,8 @@ sites:
164164
165165
Only use HTTP/1 for the web request.
166166
167-
Backends might use HTTP/2 fingerprinting which could result in different or unusable output depending on what the backend assumes about the client.
168-
HTTP/1 is a simpler protocol which does not allow such kinds of backend optimizations.
167+
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.
168+
HTTP/1 is a simpler protocol which does not allow such kinds of back-end optimizations.
169169
170170
```yaml
171171
sites:
@@ -226,7 +226,7 @@ sites:
226226
227227
Editors are manipulating the content of a webpage to simplify comparing them later on.
228228
229-
For example: If you are interested in the content of a webpage the `<head>` with changing stylesheets isn't interesting to you.
229+
For example: If you are interested in the content of a webpage the `<head>` with changing style-sheets isn't interesting to you.
230230
When keeping it, it will still create diffs which end up being commits.
231231
This will create noise you're probably just going to ignore.
232232
That's why editors exist.

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub enum Cli {
3131
///
3232
/// In order to have some URL to the change in the notification it needs to place the commit hash inside an URL.
3333
/// When the template contains `{commit}` its replaced by the commit hash.
34-
/// When it's not in the template the commit hash is concatinated to the template: `{template}{commit}`.
34+
/// When it's not in the template the commit hash is concatenated to the template: `{template}{commit}`.
3535
///
3636
/// For example with GitHub this would be:
3737
/// <https://github.com/EdJoPaTo/website-stalker-example/commit/{commit}>.

0 commit comments

Comments
 (0)