Skip to content

Commit

Permalink
Fix failing spell check
Browse files Browse the repository at this point in the history
Addition from @Alextopher in _typos.toml, fix typo in README.md
  • Loading branch information
lavajuno committed Nov 28, 2023
1 parent d224d64 commit d97dbb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repo is intended to be our new documentation solution for the labs. It's ea

## Development

The COSI book is built with [mdbook](https://github.com/rust-lang/mdBook). Skim over the [User Guide](https://rust-lang.github.io/mdBook/) to get a jist for how the tool works. Particularly the explanation on [SUMMARY.md](https://rust-lang.github.io/mdBook/format/summary.html).
The COSI book is built with [mdbook](https://github.com/rust-lang/mdBook). Skim over the [User Guide](https://rust-lang.github.io/mdBook/) to get a gist for how the tool works. Particularly the explanation on [SUMMARY.md](https://rust-lang.github.io/mdBook/format/summary.html).

1. Install the [rust](https://rustup.rs/) programming language.
2. After setting up rust run `cargo install mdbook --vers "^0.4"` to get the tool.
Expand Down
5 changes: 5 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[default.extend-words]
NED = "NED"

[default]
extend-ignore-identifiers-re = [
# Ignore mirror hard disk names
"2RW103_ZL2*",
]

0 comments on commit d97dbb0

Please sign in to comment.