From b6ccf0d3b73ebc99aa729333a378ac47451b2e11 Mon Sep 17 00:00:00 2001 From: Vinicius Sacramento <50849605+vinicius-sacramento@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:23:37 -0300 Subject: [PATCH] fix: faq link and doc typo --- .../src/app/docs/[...slug]/tutorials/building-a-subnet.mdx | 2 +- apps/commune-page/src/utils/mocks/frequent-questions.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/commune-page/src/app/docs/[...slug]/tutorials/building-a-subnet.mdx b/apps/commune-page/src/app/docs/[...slug]/tutorials/building-a-subnet.mdx index 593f0260..03490688 100644 --- a/apps/commune-page/src/app/docs/[...slug]/tutorials/building-a-subnet.mdx +++ b/apps/commune-page/src/app/docs/[...slug]/tutorials/building-a-subnet.mdx @@ -35,7 +35,7 @@ Validators score the value of miners to produce granular [weights](/docs/concept - **cost of validating a output has to be below the miners cost of producing it** -Economically, a subnet stops making sense once the cost of validating an output is almost the same or exceeds the cost of producing it. Operating a validator is fine to require high-end GPUs or thousands of dollars a month, but on a per evaluated output basis the cost as to be well below the miners. +Economically, a subnet stops making sense once the cost of validating an output is almost the same or exceeds the cost of producing it. Operating a validator is fine to require high-end GPUs or thousands of dollars a month, but on a per evaluated output basis the cost has to be well below the miners. - **trustless & decentralized** diff --git a/apps/commune-page/src/utils/mocks/frequent-questions.tsx b/apps/commune-page/src/utils/mocks/frequent-questions.tsx index 6ef7a5f6..c64fe67f 100644 --- a/apps/commune-page/src/utils/mocks/frequent-questions.tsx +++ b/apps/commune-page/src/utils/mocks/frequent-questions.tsx @@ -69,7 +69,7 @@ export const faqData = [ answer: ( Please refer to our{" "} - + introduction page {" "} where you can find all details.