Skip to content

Commit c6ff449

Browse files
committed
Very minor editing of three files
1 parent 7a061b2 commit c6ff449

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/gemstones/nload.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title : nload - Bandwidth Statistics
33
author : Neel Chauhan
4-
contributors: Steven Spencer
4+
contributors: Steven Spencer, Ganna Zhyrnova
55
date : 2024-01-16
66
---
77

@@ -21,7 +21,7 @@ The common options of the `nload` command follow, and under normal circumstances
2121
|Options|Description|
2222
|---|---|
2323
|-a PERIOD |Length for time window of calculation in seconds (default: 300)|
24-
|-m |Show multiple devices and don't show traffic graph|
24+
|-m |Shows multiple devices and does not show a traffic graph|
2525
|-t INTERVAL |Refresh interval in milliseconds (default: 500)|
2626
|-u UNIT |One-letter unit for bandwidth display (default: k)|
2727
|-U UNIT |One-Letter unit for data transfer display (default: M)|

docs/guides/contribute/localdocs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Title: Introduction
33
author: Steven Spencer
4-
contributors:
4+
contributors: Ganna Zhyrnova
55
tags:
66
- local docs
77
- docs as code
@@ -10,13 +10,13 @@ tags:
1010

1111
# Introduction
1212

13-
Using a local copy of Rocky Linux documentation is helpful for those who contribute often and need to see exactly how a document will look in the web interface after merging. The methods included here represent contributors preferences to date.
13+
Using a local copy of Rocky Linux documentation is helpful for those who contribute often and need to see exactly how a document will look in the web interface after merging. The methods included here represent contributors' preferences to date.
1414

15-
Using a local copy of the documentation is one step in the development process for those who subscribe to the philosophy of "docs as code," a workflow for documentation that is similar to code development.
15+
Using a local copy of the documentation is one step in the development process for those who subscribe to the philosophy of "docs as code," a workflow for documentation similar to code development.
1616

1717
## Markdown linting
1818

19-
In addition to environments for storing and building the documentation, a consideration for some writers might be a linter for markdown. Markdown linters are helpful in many aspects of writing documents, including checks for grammar, spelling, formatting, and more. Sometimes these are separate tools or plugins for your editor. One such tool is [markdownlint](https://github.com/DavidAnson/markdownlint), a Node.js tool. `markdownlint` is available as plugin for many popular editors including Visual Studio Code and NVChad. For this reason, included in the root of the documentation directory is a `.markdownlint.yml` file that will apply the rules available and enabled for the project. `markdownlint` is purely a formatting linter. It will check for errant spaces, in-line html elements, double blank lines, incorrect tabs, and more. For grammar, spelling, inclusive language usage, and more, install other tools.
19+
In addition to environments for storing and building the documentation, a consideration for some writers might be a linter for markdown. Markdown linters are helpful in many aspects of writing documents, including checks for grammar, spelling, formatting, and more. Sometimes these are separate tools or plugins for your editor. One such tool is [markdownlint](https://github.com/DavidAnson/markdownlint), a Node.js tool. `markdownlint` is a plugin for many popular editors, including Visual Studio Code and NVChad. For this reason, included in the root of the documentation directory is a `.markdownlint.yml` file that will apply the rules available and enabled for the project. `markdownlint` is purely a formatting linter. It will check for errant spaces, in-line html elements, double blank lines, incorrect tabs, and more. For grammar, spelling, inclusive language usage, and more, install other tools.
2020

2121
!!! info "Disclaimer"
2222

docs/guides/contribute/rockydocs_formatting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A document may or may not need to contain any of these elements. If you feel you
3939

4040
* Inline HTML [element name]
4141

42-
If you find yourself needing to use a supported HTML element, see if you can find another way to write your document that will not use HTML elements. If you must use them, it is still allowed.
42+
If you need to use a supported HTML element, see if you can find another way to write your document that will not use these elements. If you must use them, it is still allowed.
4343

4444
## Admonitions
4545

@@ -216,7 +216,7 @@ And here is how that looks as raw text:
216216
217217
## Tables
218218
219-
Tables help us to lay out command options, or in the above case, admonition types and descriptions. Here is how the table in the Admonitions section was entered:
219+
In the above case, tables help us lay out command options or admonition types and descriptions. Here is how the table in the Admonitions section was entered:
220220
221221
```text
222222
| type | Description |

0 commit comments

Comments
 (0)