From 678e779b1f74b06a507db269c805508338bfed77 Mon Sep 17 00:00:00 2001 From: drduh Date: Mon, 12 Feb 2024 11:28:49 -0800 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8caee3..724c89f 100644 --- a/README.md +++ b/README.md @@ -1415,7 +1415,7 @@ cd $GNUPGHOME When a GnuPG key is added to YubiKey using `keytocard`, the key is deleted from the keyring and a **stub** is added, pointing to the YubiKey. The stub identifies the GnuPG key ID and YubiKey serial number. -When the operation is repeated for an additional YubiKey, the stub is overwritten `keytocard` and now will point to the latest YubiKey. +When the operation is repeated for an additional YubiKey, the stub is overwritten and will now point to the latest YubiKey. GnuPG will request a specific YubiKey by serial number, as referenced by the stub, and will not recognize another YubiKey with a different serial number without manual intervention.