소스 검색

FAQ - improve accuracy of count && minor typo fix

sy-b 3 년 전
부모
커밋
237997c565
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      Website/pages/faq.vue

+ 6 - 1
Website/pages/faq.vue

@@ -36,13 +36,18 @@ export default {
       {
         question: "Where does the extension get its data?",
         answer:
-          "A combination of archived data from before the offical YouTube dislike API shut down, and extrapolated extension user behavior.",
+          "A combination of archived data from before the official YouTube dislike API shut down, and extrapolated extension user behavior.",
       },
       {
         question: "Why isn't the dislike count updating?",
         answer:
           "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 to update.",
       },
+      {
+        question: "Why is the dislike count on my videos inaccurate?",
+        answer:
+          "Extrapolated data tends to get better with the increase in diversity and the quantity of voters. \nTo ensure and increase the accuracy of the extrapolated vote data for your videos, you can ask your viewers to uses this extension (or any app that submits votes to returnyoutubedislikeapi.com) ",
+      },
       {
         question: "How does this work?",
         answer: