Skip to content

Commit bec0bca

Browse files
committed
fix vale after upgrade
1 parent 9aabbd7 commit bec0bca

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

maintainers/google-season-of-docs-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Google Season of Docs 2024: write Nix docker and cross compilation guides
1+
# Google season of docs 2024: write Nix docker and cross compilation guides
22

33
## About Nix
44

source/contributing/documentation/diataxis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A concept can also describe the historical context behind why something works th
3939

4040
If you find yourself wanting to write about the nitty gritty details of how something works, you most likely want to write an explanation.
4141

42-
### Guides vs. tutorials
42+
### Guides vs. Tutorials
4343

4444
We find that contributors primarily struggle with the difference between a Guide and a Tutorial.
4545

source/guides/recipes/post-build-hook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Make sure the hook program is executable by the `root` user:
6767
# chmod +x /etc/nix/upload-to-cache.sh
6868
```
6969

70-
## Updating nix configuration
70+
## Updating Nix configuration
7171

7272
Set the [`post-build-hook`](https://nix.dev/manual/nix/2.22/command-ref/conf-file#conf-post-build-hook) configuration option on the local machine to run the hook:
7373

vale/Style/headers.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extends: capitalization
2-
message: "'%s' should be in sentence case"
2+
message: "Should be in sentence case: '%s'"
33
level: error
44
scope: heading
55
# $title, $sentence, $lower, $upper, or a pattern.
@@ -9,3 +9,6 @@ indicators:
99
- "."
1010
exceptions:
1111
- macOS
12+
- Nix
13+
- I
14+
- GNOME
File renamed without changes.

0 commit comments

Comments
 (0)