From caf756a6d1170459d0b372f182b43789059e9ae4 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Thu, 11 Feb 2021 01:04:53 +0530 Subject: [PATCH] fix typos --- content/docs/architecture/index.md | 2 +- content/docs/why/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/architecture/index.md b/content/docs/architecture/index.md index c246695..7bfa300 100644 --- a/content/docs/architecture/index.md +++ b/content/docs/architecture/index.md @@ -23,7 +23,7 @@ links: https://github.com/TeamPiped/Piped\, https://github.com/TeamPiped/Piped-B - Uses Java 11 - Uses the native HTTP client introduced in Java 9 -- Uses netty-reactor to acheive maximum performance and a low footprint. +- Uses netty-reactor to achieve maximum performance and a low footprint. - Supports OpenJ9 - Each running instance should configure their own proxy, thus allowing multi-gigabit content delivery. - Uses ~70-130 MB of ram. (on OpenJ9) diff --git a/content/docs/why/index.md b/content/docs/why/index.md index 4220939..e0dd236 100644 --- a/content/docs/why/index.md +++ b/content/docs/why/index.md @@ -36,7 +36,7 @@ I created Piped to fix issues in NewPipe and Invidious which are architectural i ### NewPipe - Your IP is exposed to YouTube. -- Feeds are slow to load/update in comparion to YouTube. +- Feeds are slow to load/update in comparison to YouTube. ### Invidious @@ -46,7 +46,7 @@ I created Piped to fix issues in NewPipe and Invidious which are architectural i - Caching is done at a backend level. - Invidious was a learning project. - Invidious crashes all the time. -- Various hacks are required to keep an instance running at a reasonable stablity. +- Various hacks are required to keep an instance running at a reasonable stability. However, there are some drawbacks of Piped: