From b87d293a7573930055df98076ce8d664efe6a1d0 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 7 Feb 2023 08:46:42 +0100 Subject: [PATCH 1/2] Fix: typo Fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd365ea47..4a8de0570 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Uniswap Labs maintains two demo apps in branches of the [widgets-demo](https://g - [NextJS](https://github.com/Uniswap/widgets-demo/tree/nextjs) - [Create React App](https://github.com/Uniswap/widgets-demo/tree/cra) -Others have also also released the widget in production to their userbase: +Others have also released the widget in production to their userbase: - [OpenSea](https://opensea.io/) - [Friends With Benefits](https://www.fwb.help/) From 590dabd6a14081c9ecd6368249aa62422a3680ce Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 7 Feb 2023 08:47:46 +0100 Subject: [PATCH 2/2] Fix: typos Fix: typos --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 63d58a728..f7672d07d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thank you for your interest in contributing to the Uniswap widgets! 🦄 # Development -Before developing locally, you'll need install the project's dependencies and create a `.env` file. +Before developing locally, you'll need to install the project's dependencies and create a `.env` file. - `yarn install` @@ -18,12 +18,12 @@ JSON_RPC_PROVIDER='` ## Running widgets locally 1. `yarn start` -- This will open a cosmos viewer for feedback in realtime. +- This will open a cosmos viewer for feedback in real time. ## Running tests locally 1. `yarn test` -- You may also run `yarn test --watch` for feedback in realtime. +- You may also run `yarn test --watch` for feedback in real time. Integration tests are run through a separate command, and require a hardhat node to be running: @@ -36,7 +36,7 @@ _Releases are created through github workflows._ 1. `yarn tsc` 1. `yarn build` -- You may also run `yarn build --watch` for feedback in realtime. +- You may also run `yarn build --watch` for feedback in real time. ## Engineering standards