Skip to content

Commit

Permalink
Fix: typos (#309)
Browse files Browse the repository at this point in the history
* [skip ci]
  • Loading branch information
omahs committed Feb 7, 2023
1 parent e7f13d2 commit 0d85e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ $ git push origin <TAG_NAME>

the release can be made public [on GitHub](https://github.com/Shard-Labs/starknet-hardhat-plugin/releases/new). Automatic note generation can be used, augmented with usage and development changes (see past releases for reference).

Users should be notified about the usage related changes. This can done on Telegram, [Discord](https://discord.com/channels/793094838509764618/912735106899275856), [Shamans](https://community.starknet.io/t/starknet-hardhat-plugin/67) etc.
Users should be notified about the usage related changes. This can be done on Telegram, [Discord](https://discord.com/channels/793094838509764618/912735106899275856), [Shamans](https://community.starknet.io/t/starknet-hardhat-plugin/67) etc.

### Docs

Expand Down
2 changes: 1 addition & 1 deletion www/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ Predefined networks include `alpha-goerli`, `alpha-goerli2`, `alpha-mainnet` and

By defining/modifying `networks["integratedDevnet"]` in your hardhat config file, you can specify:

- the version of Devnet to use (effectivelly specifying the version of the underlying Docker image)
- the version of Devnet to use (effectively specifying the version of the underlying Docker image)
- a Python environment with installed starknet-devnet (can be active environment); this will avoid using the dockerized version
- CLI arguments to be used on Devnet startup: [options](https://shard-labs.github.io/starknet-devnet/docs/guide/run)
- where output should be flushed _(either to the terminal or to a file)_.
Expand Down

0 comments on commit 0d85e66

Please sign in to comment.