Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos #461

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -18,12 +18,12 @@ JSON_RPC_PROVIDER='<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:

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down