From c6dc4e11c199119891fe54c0e99ec9912d8ea017 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 21 Nov 2024 09:46:50 -0600 Subject: [PATCH] NIP-24: add missing "of" --- 24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/24.md b/24.md index 8fc8286..02fc9b0 100644 --- a/24.md +++ b/24.md @@ -20,7 +20,7 @@ These are extra fields not specified in NIP-01 that may be present in the string ### User defined custom fields -A `fields` attribute may also be added to profile metadata to represent user-defined fields. It is an array name-value tuples, eg: +A `fields` attribute may also be added to profile metadata to represent user-defined fields. It is an array of name-value tuples, eg: ```json [["", ""], ...]