Skip to content

Commit

Permalink
Spell/style check tour.mdx
Browse files Browse the repository at this point in the history
This fixes #142.
  • Loading branch information
tillrohrmann committed Sep 1, 2023
1 parent 27e4d2a commit a1fc3c6
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 115 deletions.
2 changes: 2 additions & 0 deletions .github/styles/Google/Acronyms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ exceptions:
- XSS
- YAML
- ZIP
- RPC
- gRPC
15 changes: 15 additions & 0 deletions .github/styles/Vocab/Docs/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,18 @@ RPC
npm
npx
application/json
application
Podman
sharded
(?i)Unkeyed
(?i)suspendable
enqueued
(?i)implement
serverless
UUID
uuid
idempotency
boolean
exactly-once
backoff
Jaeger
8 changes: 5 additions & 3 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ MinAlertLevel = suggestion

Packages = Google, proselint, write-good

[*.md]
BasedOnStyles = Vale, Google, proselint, write-good
# The "formats" section allows you to associate an "unknown" format
# with one of Vale's supported formats.
[formats]
mdx = md

[*.mdx]
[*.md]
BasedOnStyles = Vale, Google, proselint, write-good
Loading

0 comments on commit a1fc3c6

Please sign in to comment.