diff --git a/26.md b/26.md index 0ce85a8b..2f30680c 100644 --- a/26.md +++ b/26.md @@ -96,7 +96,7 @@ The delegatee (477318cf) can now construct an event on behalf of the delegator ( } ``` -The event should be considered a valid delegation if the conditions are satisfied (`kind=1, `created_at>1674834236` and `created_at<1677426236` in this example) and, upon validation of the delegation token, are found to be unchanged from the conditions in the original delegation string. +The event should be considered a valid delegation if the conditions are satisfied (`kind=1`, `created_at>1674834236` and `created_at<1677426236` in this example) and, upon validation of the delegation token, are found to be unchanged from the conditions in the original delegation string. Clients should display the delegated note as if it was published directly by the delegator (8e0d3d3e).