Skip to content

Commit

Permalink
Documentation Grammar and Spelling Improvements (#6028)
Browse files Browse the repository at this point in the history
* Update deploying.md

* Update README.md
  • Loading branch information
Daulox92 authored Dec 9, 2024
1 parent cac6d81 commit 0d82ddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To preview content locally, launch the app with `pnpm dev` and open http://127.0
All content is organized by hierarchy levels and the top-level entries are layouts. The layout represents a set of folders and provides navigation within them. Currently, a folder should belong to one of the layouts. In terms of UI, the layout is equivalent to a sidebar navigation menu with two-level items. Layout settings can be found in the `src/content/layouts.yaml` file. It contains all layouts (currently "documentation" and "tutorial"). Each layout can have the following settings:

- title (optional)
- folders - the list of folders should be included in this layout
- folders - the list of folders that should be included in this layout

### Folders

Expand Down Expand Up @@ -190,7 +190,7 @@ We utilize [Linaria](https://github.com/callstack/linaria) for styling component

## Theming

The documentation section is Themable. A user can switch between light, dark and high contrast themes for their convenience. There is also an "Auto" setting when theme is selected based on a user system settings.
The documentation section is Themeable. A user can switch between light, dark and high contrast themes for their convenience. There is also an "Auto" setting when theme is selected based on a user system settings.

Theming solution provides abilities to switch themes, keep the selected value in user's local storage, seamlessly keep selected page on navigating and page refreshing.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/hardhat-runner/docs/guides/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can deploy in the `localhost` network following these steps:

::::

As general rule, you can target any network from your Hardhat config using:
As a general rule, you can target any network from your Hardhat config using:

```
npx hardhat ignition deploy ./ignition/modules/Lock.js --network <your-network>
Expand Down

0 comments on commit 0d82ddf

Please sign in to comment.