diff options
author | drduh <github@duh.to> | 2024-07-08 02:12:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 02:12:40 +0000 |
commit | a7155c7995f340a825c0745a5bdc4709044e29ec (patch) | |
tree | 9863bfc77027f476d52f3a19e646f1e161f22af8 /README.md | |
parent | Merge pull request #447 from drduh/wip-30jun24 (diff) | |
parent | Corrected small typo in README.md (diff) | |
download | YubiKey-Guide-a7155c7995f340a825c0745a5bdc4709044e29ec.tar.gz |
Merge pull request #449 from denis-roy/master
Corrected small typo in README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -342,7 +342,7 @@ Set the expiration date to two years: export EXPIRATION=2y ``` -Or set the expiration date to a specific date to schedule maintenace: +Or set the expiration date to a specific date to schedule maintenance: ```console export EXPIRATION=2026-05-01 |