summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-09-07 05:20:27 +0000
committerAndrew Dolgov <[email protected]>2023-09-07 05:20:27 +0000
commit5c76bcdebafa33d42eb6a747dd100a7dd22cb22f (patch)
treea8b455aa238198dcfe713985c6d0451cfea9cb6f
parente65d4035ed1ee790cdfacab3d2b3fa72a5599b69 (diff)
Update FAQ
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 833c7c3..a8140b8 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -6,7 +6,7 @@
### I want to check how tt-rss renders my feed / the feed I'm trying to use is parsed incorrectly
-1. tt-rss expects valid XML feed data which is parsed using libxml. Any libxml-related errors, should you feel that libxml is misbehaving (which is unlikely). should be reported to libxml developers. We don't add hacks for invalid XML on tt-rss side.
+1. tt-rss expects valid XML feed data which is parsed using libxml. Any libxml-related errors, should you feel that libxml is misbehaving (which is unlikely) should be reported to libxml developers. We don't add hacks for invalid XML on tt-rss side.
2. You can run any RSS/Atom feed through tt-rss parser [here](https://tt-rss.org/myfeedsucks/).