From 1d72f53332f16c8683673be960b10295f9c89502 Mon Sep 17 00:00:00 2001 From: modifiedAlex <75803920+GeneticallyModifiedAlex@users.noreply.github.com> Date: Fri, 31 Dec 2021 18:42:09 +0000 Subject: 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. --- Website/pages/faq.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Website/pages/faq.vue') 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. ", }, -- cgit v1.2.3