Skip to content

Commit

Permalink
docs: Fix part/chapter/section usages
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Oct 6, 2023
1 parent f136349 commit 2d86bec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ consensus layer only provides information on what state (summarized by a
cryptographic hash of a Merklized data structure) is considered canonical at any
given point in time.

See the following sections for more details on specific components and their
See the following chapters for more details on specific components and their
implementations.

* [Consensus Layer](consensus/README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/consensus/services/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ the [consensus service API documentation].
## Resources

The registry service manages different kinds of resources which are described
from a high level perspective in this section.
from a high level perspective in this chapter.

### Entities and Nodes

Expand Down
2 changes: 1 addition & 1 deletion docs/development-setup/building.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building

This section contains a description of steps required to build Oasis Core.
This chapter contains a description of steps required to build Oasis Core.
Before proceeding, make sure to look at the [prerequisites] required for running
an Oasis Core environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/development-setup/oasis-net-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sysctl kernel.unprivileged_userns_clone=1

This could also happen if you are running in a Docker container without
specifying additional options at startup. See the [Using the Development Docker
Image] section for details.
Image] section of the Prerequisites for details.

<!-- markdownlint-disable line-length -->
[sandboxing]: ../runtime/README.md#runtimes
Expand Down

0 comments on commit 2d86bec

Please sign in to comment.