From 8e5184b9a02a0bc62ea58617cbb6c9a98c9490aa Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 2 Sep 2022 08:49:22 +0200 Subject: [PATCH 1/3] Fix: typos Fix: typos --- docs/intro.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 9a378efd..45cc68e2 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -1,4 +1,4 @@ ---- +specifically--- title: Introduction sidebar_position: 1 slug: / @@ -19,11 +19,11 @@ Augur is a decentralized prediction market Platform for Ethereum and EVM compati [See resources for Augur v2](/v2) ### Augur Turbo -[Augur Turbo](/turbo) is the most recent deployment of Augur designed specficially for recurring markets like sports, crypto, economics, and politics. Turbo offers an intuitive user interface built on top of Balancer AMMs on Polygon to leverage the nearly-zero transaction fee. Markets are automatically created and resolved at periodic intervals using Chainlink data without any user input, thus enabling daily and fast-resolving markets for sports and crypto. It uses USDC as it's trading currency and wMatic as rewards for liquidity mining. +[Augur Turbo](/turbo) is the most recent deployment of Augur designed specifically for recurring markets like sports, crypto, economics, and politics. Turbo offers an intuitive user interface built on top of Balancer AMMs on Polygon to leverage the nearly-zero transaction fee. Markets are automatically created and resolved at periodic intervals using Chainlink data without any user input, thus enabling daily and fast-resolving markets for sports and crypto. It uses USDC as its trading currency and wMatic as rewards for liquidity mining. [See resources for Augur Turbo](/turbo) ### Sportsbook -Sportsbook is a second UI for the Turbo contracts. It is designed specifially for sports bettors and attempts to simplify crypto-specific and trading-specific UX for that user. It also includes an Odds Converter to help users convert and compare odds according to their preference. +Sportsbook is a second UI for the Turbo contracts. It is designed specifically for sports bettors and attempts to simplify crypto-specific and trading-specific UX for that user. It also includes an Odds Converter to help users convert and compare odds according to their preferences. [See resources for Sportsbook](/turbo) From f9d1d43b18676a18d03749982545bbded8a769b8 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 2 Sep 2022 08:50:20 +0200 Subject: [PATCH 2/3] Fix: typos Fix: typos --- docs/turbo/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/turbo/index.md b/docs/turbo/index.md index af4850d6..a820ceea 100644 --- a/docs/turbo/index.md +++ b/docs/turbo/index.md @@ -5,9 +5,9 @@ slug: /turbo --- ## About -[Augur Turbo](/Turbo) is the most recent deployment of Augur designed specficially for recurring markets like sports, crypto, economics, and politics. Turbo offers an intuitive user interface built on top of Balancer AMMs on Polygon to leverage the nearly-zero transaction fee. Markets are automatically created and resolved at periodic intervals using Chainlink data without any user input, thus enabling daily and fast-resolving markets for sports and crypto. It uses USDC as it's trading currency and wMatic as rewards for liquidity mining. +[Augur Turbo](/Turbo) is the most recent deployment of Augur designed specifically for recurring markets like sports, crypto, economics, and politics. Turbo offers an intuitive user interface built on top of Balancer AMMs on Polygon to leverage the nearly-zero transaction fee. Markets are automatically created and resolved at periodic intervals using Chainlink data without any user input, thus enabling daily and fast-resolving markets for sports and crypto. It uses USDC as its trading currency and wMatic as rewards for liquidity mining. -Sportsbook is a second UI for the Turbo contracts. It is designed specifially for sports bettors and attempts to simplify crypto-specific and trading-specific UX for that user. It also includes an Odds Converter to help users convert and compare odds according to their preference. +Sportsbook is a second UI for the Turbo contracts. It is designed specifially for sports bettors and attempts to simplify crypto-specific and trading-specific UX for that user. It also includes an Odds Converter to help users convert and compare odds according to their preferences. ## Resources ### Documentation @@ -23,4 +23,4 @@ Sportsbook is a second UI for the Turbo contracts. It is designed specifially fo ### End-user help Docs These user-facing docs are maintained in Gitbook. -- https://help.augur.net/ \ No newline at end of file +- https://help.augur.net/ From 34f8bd3006c3ffc9d20395df7007961322064074 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 2 Sep 2022 08:54:26 +0200 Subject: [PATCH 3/3] Fix: typo Fix: typo --- docs/v2/contract-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/contract-overview.md b/docs/v2/contract-overview.md index 7a098fda..72aa5dc7 100644 --- a/docs/v2/contract-overview.md +++ b/docs/v2/contract-overview.md @@ -7,7 +7,7 @@ title: Contract Overview The Augur contract is the first contract in any deployment and serves as: * The central registry for singleton contracts. -* The central authority for which contracts are considered “legitimate,” trusteded, Augur core contracts as opposed to external contracts. +* The central authority for which contracts are considered “legitimate”, trusted Augur core contracts as opposed to external contracts. * A global contract per deployment for logging, token transfers, and limits on market creation end times. ### Deployment