Skip to content

Commit

Permalink
Fix typos (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuba authored Jan 20, 2025
2 parents 921062a + 6d7ef1d commit 947fad9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ please see the [documentation](https://pnpm.io/installation).

#### Package Dependencies

To install the packages dependencies run:
To install the package dependencies run:

```sh
pnpm install
Expand Down
2 changes: 1 addition & 1 deletion dapp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Acre dApp

The application is integrated with OrangeKit and allows people to earn yield on their Bitcoin via yield farming on Ethereum.
The application is integrated with OrangeKit and allows people to earn a yield on their Bitcoin via yield farming on Ethereum.

This project was bootstrapped with [Create Vite](https://github.com/vitejs/vite/tree/main/packages/create-vite).

Expand Down
4 changes: 2 additions & 2 deletions solidity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pnpm install

### Testing

To run the tests execute:
To run the tests execute the following:

```
$ pnpm test
Expand All @@ -28,7 +28,7 @@ $ pnpm test

To run the integration tests follow these steps:

- Define `MAINNET_RPC_URL` environment variable pointing to Ethereum Mainnet RPC URL.
- Define `MAINNET_RPC_URL` environment variable pointing to the Ethereum Mainnet RPC URL.

- Run the Hardhat Node locally forking Mainnet:

Expand Down
4 changes: 2 additions & 2 deletions subgraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository contains Acre staking subgraphs. Subgraphs are open APIs to
query data from networks like Ethereum and IPFS. The data is indexed by [The
Graph](https://thegraph.com/) decentralized protocol.

By the moment, there one subgraph have been developed:
By the moment, there one subgraph has been developed:

- sepolia: collects the data from contracts in Sepolia Testnet.

Expand Down Expand Up @@ -46,7 +46,7 @@ create a private one

2. Set the API key in the `docker-compose.yaml` file. Note that the provided RPC
URL should support the `trace_filter` method because the Acre subgraph
defines the contract's function call handler. Eg. Alchemy does not not
defines the contract's function call handler. Eg. Alchemy does not
support it in a free plan - it requires at least `growth` paid plan.

```
Expand Down

0 comments on commit 947fad9

Please sign in to comment.