fix typos

This commit is contained in:
Yasuhiro Matsumoto 2024-07-22 22:55:51 +09:00
parent c357a7132b
commit 3451f5a0c8
No known key found for this signature in database
GPG Key ID: 622DE34DC490584B
2 changed files with 2 additions and 2 deletions

2
34.md
View File

@ -53,7 +53,7 @@ The first patch revision in a patch revision SHOULD include a NIP-10 `e` `reply`
["p", "<repository-owner>"],
["p", "<other-user>"], // optionally send the patch to another user to bring it to their attention
["t", "root"], // ommited for additional patches in a series
["t", "root"], // omitted for additional patches in a series
// for the first patch in a revision
["t", "root-revision"],

2
96.md
View File

@ -301,7 +301,7 @@ Example Response:
// ...other metadata
]
"content": "haha funny meme", // caption
"created_at": 1715691130 // upload timestmap
"created_at": 1715691130 // upload timestamp
},
...
]