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 Aug 25, 2023
1 parent 66e68ab commit 13cee4f
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 116 deletions.
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 13cee4f

Please sign in to comment.