Skip to content

Commit a7d8a3f

Browse files
authored
Merge pull request #417 from orangci/patch-1
meta: fix typos and broken link
2 parents 440d3a6 + 201eba5 commit a7d8a3f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
For plugin dependency/module additions, please make sure to link the source link
55
of the added plugin or dependency in this section. If your pull request aims to
6-
fix an open issue or a please bug, please also link the relevant issue below this
6+
fix an open issue or bug, please also link the relevant issue below this
77
line. You may attach an issue to your pull request with `Fixes #<issue number>`
88
above this comment, and it will be closed when your pull request is merged.
99
-->
@@ -20,14 +20,14 @@ If your pull request includes any change or unexpected behaviour not covered bel
2020
please do make sure to include it above in your description.
2121
-->
2222

23-
[changelog]: https://github.com/nix-community/nh/tree/main/CHANGELOG.md
23+
[changelog]: https://github.com/nix-community/nh/tree/master/CHANGELOG.md
2424

2525
- [ ] I have updated the [changelog] as per my changes
2626
- [ ] I have tested, and self-reviewed my code
2727
- Style and consistency
2828
- [ ] I ran **`nix fmt`** to format my Nix code
2929
- [ ] I ran **`cargo fmt`** to format my Rust code
30-
- [ ] I have added appropriate docunentation to new code
30+
- [ ] I have added appropriate documentation to new code
3131
- [ ] My changes are consistent with the rest of the codebase
3232
- Correctness
3333
- [ ] I ran **`cargo clippy`** and fixed any new linter warnings.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ all with their extensive CLI flags for extensive configuration.
8383

8484
### Global Subcommands
8585

86-
- `nh search` - a super-fast package searching tool (powered by a ElasticSearch
86+
- `nh search` - a super-fast package searching tool (powered by an Elasticsearch
8787
client) for Nix packages in supported Nixpkgs branches.
8888
<p align="center">
8989
<img
@@ -141,7 +141,7 @@ nix shell nixpkgs#nh # stable
141141
nix shell github:nix-community/nh # dev
142142
```
143143

144-
You can try NH today in a Nix shell today, no setup required!
144+
You can try NH in a Nix shell today, no setup required!
145145

146146
### NixOS
147147

@@ -275,7 +275,7 @@ NH consists of two modules. The core of NH is found in the `src` directory, and
275275
is separated into different modules. Some of the critical modules that you may
276276
want to be aware of are `nh::commands` for command interfaces, `nh::checks` for
277277
pre-startup checks and `nh::util` to store shared logic. Platform-specific logic
278-
is placed in the appropriate platfom module, such as `nh::nixos` or `nh::darwin`
278+
is placed in the appropriate platform module, such as `nh::nixos` or `nh::darwin`
279279
with generic helpers placed in `nh::util`.
280280

281281
The `xtask` directory contains the cargo-xtask tasks used by NH, used to
@@ -293,7 +293,7 @@ Lastly, update the [changelog](/CHANGELOG.md) and open your pull request.
293293
[nix-output-monitor]: https://github.com/maralorn/nix-output-monitor
294294
[dix]: https://github.com/bloxx12/dix
295295

296-
NH would not be possible without all thee tools we run under the hood
296+
NH would not be possible without all the tools we run under the hood
297297

298298
- Tree of builds with [nix-output-monitor].
299299
- Visualization of the upgrade diff with [dix].

0 commit comments

Comments
 (0)