From c05c7bacdb83cf4e32d67f94382293359b0b5a0b Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Mon, 11 Mar 2024 13:46:56 +1000 Subject: [PATCH] Fix typo Closes #1 --- content/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index fc70fd0..9c11e87 100644 --- a/content/_index.md +++ b/content/_index.md @@ -19,8 +19,8 @@ sort_by = "weight" About ----- -`rsspls` generates RSS feeds from web pages using [CSS selectors][selectors] to extracts -parts of the page to turn into a feed. Example use cases: +`rsspls` generates RSS feeds from web pages using [CSS selectors][selectors] to +extract parts of the page and turn them into a feed. Example use cases: * Create a feed for a blog that does not have one so that you will know when there are new posts.