Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormodifiedAlex <75803920+GeneticallyModifiedAlex@users.noreply.github.com>2021-12-31 21:42:09 +0300
committerGitHub <noreply@github.com>2021-12-31 21:42:09 +0300
commit1d72f53332f16c8683673be960b10295f9c89502 (patch)
treea1dbc867dc86ec05c22cb8a07f6451886ac88802
parent2d23250e80df34e1fee576ad8d7d2b95e362f0a4 (diff)
fixed typos/grammar in FAQ page
The word Dislike was spelt "dislke". this has been fixed the grammar had some issues in other parts. i have addressed these above.
-rw-r--r--Website/pages/faq.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/Website/pages/faq.vue b/Website/pages/faq.vue
index 9ce4693..a44604a 100644
--- a/Website/pages/faq.vue
+++ b/Website/pages/faq.vue
@@ -41,16 +41,16 @@ export default {
{
question: "Why isn't the dislike count updating?",
answer:
- "Right now video dislikes are cached and they aren't updated very frequently. It varies on video popularity but can take anywhere between a few hours and a few days days to update.",
+ "Right now video dislikes are cached and they aren't updated very frequently. It varies depending on a video's popularity but can take anywhere between a few hours and a few days days to update.",
},
{
question: "How does this work?",
answer:
- "The extension collects the video ID of the video you are watching, fetches the dislike (and other fields like views, likes etc) using our API. The extension then displays the dislike count and ratio on the page. If you dislike or like a video, that is recorded and sent to the database so an accurate dislike count can be extrapolated.",
+ "The extension collects the video ID of the video you are watching, fetches the dislike (and other fields like views, likes etc) using our API. The extension then displays the dislike count and ratio on the page. If you like or dislike a video, that is recorded and sent to the database so an accurate dislike count can be extrapolated.",
},
{
question:
- "Can I share my dislke count with you?",
+ "Can I share my dislike count with you?",
answer:
"Coming soon. We are looking into using Oauth or a different read only API with a limited scope so creators can share their dislike counts verifiability. ",
},