NIP-24: add missing "of"

This commit is contained in:
Alex Gleason 2024-11-21 09:46:50 -06:00
parent df3f8e8b26
commit c6dc4e11c1
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

2
24.md
View File

@ -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
[["<name>", "<value>"], ...]