Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e22153

Browse files
committedSep 29, 2024·
Improve docs
- Fix typos - Follow markdown linter to improve style: * Remove redundant empty lines * Insert empty lines for readability * remove trailing spaces
1 parent 00be0f9 commit 0e22153

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+240
-205
lines changed
 

‎CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ abide by the [Rust code of conduct], which you can find at that link or in the
1010

1111
## License
1212

13-
RBE is dual licenced under the MIT and Apache 2.0 licenses, and so are all
13+
RBE is dual licensed under the MIT and Apache 2.0 licenses, and so are all
1414
contributions. Please see the [`LICENSE-MIT`] and [`LICENSE-APACHE`] files in
1515
this directory for more details.
1616

@@ -55,7 +55,7 @@ $ mdbook build
5555

5656
**The following warnings can be ignored safely.**
5757

58-
```
58+
```text
5959
[WARN] (mdbook::preprocess::cmd): The command wasn't found, is the "gettext" preprocessor installed?
6060
[WARN] (mdbook::preprocess::cmd): Command: mdbook-gettext
6161
```

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ read all content offline, however!
2626

2727
**The following warnings can be ignored safely.**
2828

29-
```
29+
```text
3030
[WARN] (mdbook::preprocess::cmd): The command wasn't found, is the "gettext" preprocessor installed?
3131
[WARN] (mdbook::preprocess::cmd): Command: mdbook-gettext
3232
```

0 commit comments

Comments
 (0)
Please sign in to comment.