From 6d9bf44ba50e9d8e26d4a0ffa06b47ec568b3bd0 Mon Sep 17 00:00:00 2001
From: "Tammi L. Coles" <tlcoles@gmail.com>
Date: Thu, 2 Nov 2023 17:46:55 +0100
Subject: [PATCH] change fingerprint language to resolve
 https://codeberg.org/openpgp/notes/pulls/81#issuecomment-1291232

---
 book/source/04-certificates.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/book/source/04-certificates.md b/book/source/04-certificates.md
index fe54b53..6b4f746 100644
--- a/book/source/04-certificates.md
+++ b/book/source/04-certificates.md
@@ -63,7 +63,7 @@ In OpenPGP, component keys containing private key material also include metadata
 
 ### Fingerprint
 
-Each OpenPGP component key allows for the generation of an *OpenPGP fingerprint* . This fingerprint is produced based on the public key material, the creation timestamp, and, when relevant, the ECDH parameters.
+Each OpenPGP component key possesses an *OpenPGP fingerprint*. This fingerprint is derived from the public key material, the creation timestamp, and, when relevant, the ECDH parameters.
 
 ```{figure} diag/Fingerprint.png