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

Documentation Grammar and Spelling Improvements #6028

Merged
merged 2 commits into from
Dec 9, 2024
Merged
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
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
Loading