From 22f6a82b04ad7172ed9b5a3564ad899e2147eed6 Mon Sep 17 00:00:00 2001 From: droplet-rl <284132418+droplet-rl@users.noreply.github.com> Date: Tue, 16 Jun 2026 08:38:35 +0000 Subject: [PATCH] Fix typos in FAQs (ENG-246) - "peice" -> "piece" in the "What kinds of data can be proposed?" answer - Complete truncated sentence in "What security audits has UMA undergone?" by linking to the Audit & Bug Bounty Programs page Co-Authored-By: Claude Opus 4.7 --- faqs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/faqs.md b/faqs.md index e043811..5e00f13 100644 --- a/faqs.md +++ b/faqs.md @@ -147,7 +147,7 @@ oSnap posts a bond-backed proposal to the OO after a Snapshot vote concludes. If What kinds of data can be proposed? -Any peice of information that can be verified with public evidence or consensus: asset prices, sporting event outcomes, governance results, hack confirmations, crosschain transfers, and more. +Any piece of information that can be verified with public evidence or consensus: asset prices, sporting event outcomes, governance results, hack confirmations, crosschain transfers, and more. @@ -502,7 +502,7 @@ To corrupt the DVM, an attacker would need to acquire 65% of all UMA tokens and What security audits has UMA undergone? -At UMA, we take security seriously. The protocol has undergone multiple audits by reputable firms. Notably, OpenZeppelin conducted a comprehensive audit of UMA's Across V2 contracts, providing insights and recommendations to enhance security. Additionally, UMA maintains a bug bounty program to encourage responsible disclosure of vulnerabilities. Detailed information about UMA's security audits and bug bounty program can be found in the. +At UMA, we take security seriously. The protocol has undergone multiple audits by reputable firms. Notably, OpenZeppelin conducted a comprehensive audit of UMA's Across V2 contracts, providing insights and recommendations to enhance security. Additionally, UMA maintains a bug bounty program to encourage responsible disclosure of vulnerabilities. Detailed information about UMA's security audits and bug bounty program can be found in the [Audit & Bug Bounty Programs](https://docs.uma.xyz/resources/audit-and-bug-bounty-programs) page.