Skip to content

Commit 409b7b1

Browse files
Fixed spelling
1 parent 57a2548 commit 409b7b1

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

web/pages/index.vue

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,12 @@
6161

6262
<p>
6363
<strong>Yes, completely free.</strong> There's no flow to capture a payment
64-
option, it's ad free, and you can always clone the repo and deploy your own if
65-
you want! No gotchas, no upsells, no trial period. Just absolutely free software
66-
because I strongly belive that this can help create a better interview process
67-
and payment should not be a reason not to use it!
64+
option, it's ad-free, and you can always clone the repo and deploy your own if
65+
you want! No gotchas, no up-sells, no trial period. Just absolutely free
66+
software because I strongly believe that this can help create a better interview
67+
process and payment should not be a reason not to use it!
6868
</p>
6969

70-
<p>It's been designed to minimize operating costs for as long as possible.</p>
71-
7270
<p>
7371
If your organization is using CodeRev.app and you'd like to support it, reach
7472
out and let me know if I can add your logo to help spread the word!
@@ -276,6 +274,7 @@
276274
</section>
277275

278276
<section class="q-my-lg">
277+
<QSeparator spaced="xl" />
279278
<QChip
280279
size="lg"
281280
:color="dark ? 'grey-8' : undefined"
@@ -434,7 +433,7 @@ const faqs = {
434433
"How is using code reviews for interviews better than actual coding?":
435434
"Many roles such as a senior engineering manager or technical architect are more biased towards reading and evaluating code rather than writing code. This is also the case for roles like technical support or QA who may be tracing code, but not writing code. And in reality, we all use external resources when we typically code -- whether StackOverflow, GitHub Copilot, ChatGPT, or Reddit forums -- especially when we are dealing with algorithmically complex problems. Coding exercises artificially create a high-stress interaction that doesn't reflect how we build and ship software in real life.",
436435
"How is CodeRev.app free?":
437-
"It's designed to use mostly static resources and easily fits within the free tier of Google Firebase. It uses Firestore minimally and primarily stores source files in Storage which has a 1GB/day free limit. In short, CodeRev.app has been intentionally designed to be free for as long as possible.",
436+
"It's designed to use mostly static resources and easily fits within the free tier of Google Firebase. It uses Firestore minimally and primarily stores source files in Storage which has a 1GB/day free limit. In short, CodeRev.app has been intentionally designed to be free for as long as possible. The only hard cost is the domain name renewal.",
438437
"What features of CodeRev.app are privacy focused?":
439438
"CodeRev.app allows teams and candidates to use an account with a generated identifiers rather than their actual email address. Deletions are permanent; there's no soft deletion here! There's no ads and minimal tracking (only Google Analytics to keep an eye on traffic). Of course, it's also open source so you can see exactly how the data is used (or not used, in this case!).",
440439
"What's the stack?":

0 commit comments

Comments
 (0)