Skip to content

Commit

Permalink
spellcheck added and lang tool fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-404 committed Sep 7, 2023
1 parent a435c66 commit 99de572
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ jobs:
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
reporter: github-check
# Change reporter level if you need.
level: info
level: warning
language: en-US
disabled_categories: 'TYPOS,TYPOGRAPHY,CASING'
disabled_rules: 'WHITESPACE_RULE,EN_QUOTES,DASH_RULE,WORD_CONTAINS_UNDERSCORE,UPPERCASE_SENTENCE_START,ARROWS,COMMA_PARENTHESIS_WHITESPACE,UNLIKELY_OPENING_PUNCTUATION,SENTENCE_WHITESPACE,CURRENCY,EN_UNPAIRED_BRACKETS,PHRASE_REPETITION,PUNCTUATION_PARAGRAPH_END,METRIC_UNITS_EN_US,ENGLISH_WORD_REPEAT_BEGINNING_RULE,DOUBLE_PUNCTUATION,'
enabled_only: 'false'
enabled_rules: ''
enabled_categories: ''
patterns: |
"**.md"
patterns: "**.md"



Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ sudo ninja -C build install

This will install Clevis to a location determined at configure time.

See the output of `meson --help` for the available options. Typically
See the output of `meson --help` for the available options. Typically,
much won't be needed besides providing an alternative --prefix option at
configure time, and maybe DESTDIR at install time if you're packaging for
a distro.
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ advertisement is trusted.

Clevis provides support to encrypt a key in a Trusted Platform Module 2.0 (TPM2)
chip. The cryptographically-strong, random key used for encryption is encrypted
using the TPM2 chip, and then at decryption time is decrypted using the TPM2 to
allow clevis to decrypt the secret stored in the JWE.
using the TPM2 chip, and is decrypted using TPM2 at the time of decryption to allow clevis to decrypt the secret stored in the JWE.

For example:

Expand Down Expand Up @@ -164,7 +163,7 @@ initramfs you will need to run:
sudo update-initramfs -u -k 'all'
```

Upon reboot it will behave exactly as if using Dracut.
Upon reboot, it will behave exactly as if using Dracut.

#### Unlocker: UDisks2

Expand Down

0 comments on commit 99de572

Please sign in to comment.