Skip to content

Commit

Permalink
chore: fix some typos in comments (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: camcui <[email protected]>
  • Loading branch information
camcui authored Jun 7, 2024
1 parent 90360b2 commit c54438a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion datafeeds-in-svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Ensure you have Node.js and npm installed
```sh
git clone https://github.com/smartcontractkit/smart-contract-examples.git
```
1. Enter the direcory
1. Enter the directory
```sh
cd smart-contract-examples/datafeeds-in-svelte
```
Expand Down
2 changes: 1 addition & 1 deletion functions-examples/examples/3-custom-response/source.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ const result = {
};

// Convert JSON object to a string using JSON.stringify()
// Then encode it to a a bytes using the helper Functions.encodeString
// Then encode it to a bytes using the helper Functions.encodeString
return Functions.encodeString(JSON.stringify(result));
2 changes: 1 addition & 1 deletion lottery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Then, uncomment the line `coinmarketcap: COINMARKETCAP_API_KEY,` in `hardhat.con

## Verify on etherscan

If you deploy to a testnet or mainnet, you can verify it if you get an [API Key](https://etherscan.io/myapikey) from Etherscan and set it as an environemnt variable named `ETHERSCAN_API_KEY`. You can pop it into your `.env` file as seen in the `.env.example`.
If you deploy to a testnet or mainnet, you can verify it if you get an [API Key](https://etherscan.io/myapikey) from Etherscan and set it as an environment variable named `ETHERSCAN_API_KEY`. You can pop it into your `.env` file as seen in the `.env.example`.

In it's current state, if you have your api key set, it will auto verify kovan contracts!

Expand Down
2 changes: 1 addition & 1 deletion pricefeed-golang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The project shows how to retrieve asset price from any EVM chain. The price data
```sh
git clone https://github.com/smartcontractkit/smart-contract-examples.git
```
1. Enter the direcory
1. Enter the directory
```sh
cd pricefeed-golang
```
Expand Down
2 changes: 1 addition & 1 deletion random-svg-nft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Be sure to have installed the following
git clone https://github.com/smartcontractkit/smart-contract-examples.git
```

3. Enter the direcory
3. Enter the directory

```
cd smart-contract-examples/random-svg-nft
Expand Down
2 changes: 1 addition & 1 deletion ultimate-nft-repo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Then, uncomment the line `coinmarketcap: COINMARKETCAP_API_KEY,` in `hardhat.con

## Verify on etherscan

If you deploy to a testnet or mainnet, you can verify it if you get an [API Key](https://etherscan.io/myapikey) from Etherscan and set it as an environemnt variable named `ETHERSCAN_API_KEY`. You can pop it into your `.env` file as seen in the `.env.example`.
If you deploy to a testnet or mainnet, you can verify it if you get an [API Key](https://etherscan.io/myapikey) from Etherscan and set it as an environment variable named `ETHERSCAN_API_KEY`. You can pop it into your `.env` file as seen in the `.env.example`.

In it's current state, if you have your api key set, it will auto verify kovan contracts!

Expand Down

0 comments on commit c54438a

Please sign in to comment.