From d0790394a88f62ec68d068617fa21be5d9b5988f Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Tue, 14 May 2024 12:58:48 +0200 Subject: [PATCH] docs: add typos --- README.md | 10 +++++----- src/cli.rs | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 418f697..4401d7d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: @@ -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 `` with changing stylesheets isn't interesting to you. +For example: If you are interested in the content of a webpage the `` 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. diff --git a/src/cli.rs b/src/cli.rs index 5c2c3c9..891f534 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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: /// .