Skip to content

Commit c07f0ea

Browse files
authored
Merge pull request #915 from xiaolou86/master
Fix typos
2 parents 9913395 + 8aba861 commit c07f0ea

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Where:
3333

3434
* Many "e" tags: `["e", <root-id>]` `["e", <mention-id>]`, ..., `["e", <reply-id>]`<br>
3535
There may be any number of `<mention-ids>`. These are the ids of events which may, or may not be in the reply chain.
36-
They are citings from this event. `root-id` and `reply-id` are as above.
36+
They are citing from this event. `root-id` and `reply-id` are as above.
3737

3838
>This scheme is deprecated because it creates ambiguities that are difficult, or impossible to resolve when an event references another but is not a reply.
3939

47.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Errors:
129129
## Example pay invoice flow
130130

131131
0. The user scans the QR code generated by the **wallet service** with their **client** application, they follow a `nostr+walletconnect:` deeplink or configure the connection details manually.
132-
1. **client** sends an event to the **wallet service** service with kind `23194`. The content is a `pay_invoice` request. The private key is the secret from the connection string above.
132+
1. **client** sends an event to the **wallet service** with kind `23194`. The content is a `pay_invoice` request. The private key is the secret from the connection string above.
133133
2. **wallet service** verifies that the author's key is authorized to perform the payment, decrypts the payload and sends the payment.
134134
3. **wallet service** responds to the event by sending an event with kind `23195` and content being a response either containing an error message or a preimage.
135135

53.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Live Activities
66

77
`draft` `optional`
88

9-
Service providers want to offer live activities to the Nostr network in such a way that participants can easily logged and queried by clients. This NIP describes a general framework to advertise the involvement of pubkeys in such live activities.
9+
Service providers want to offer live activities to the Nostr network in such a way that participants can easily log and query by clients. This NIP describes a general framework to advertise the involvement of pubkeys in such live activities.
1010

1111
## Concepts
1212

90.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ There are two actors in the workflow described in this NIP:
3434
* Service providers (npubs who fulfill jobs)
3535

3636
## Job request (`kind:5000-5999`)
37-
A request to process data, published by a customer. This event signals that an customer is interested in receiving the result of some kind of compute.
37+
A request to process data, published by a customer. This event signals that a customer is interested in receiving the result of some kind of compute.
3838

3939
```json
4040
{

0 commit comments

Comments
 (0)