Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit a6985ba

Browse files
Update webhooks.phtml
1 parent 68acd23 commit a6985ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/docs/webhooks.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ $events = $this->getParam('events', []);
3333
<td>The ID of the Webhook who triggered the event.</td>
3434
</tr>
3535
<tr>
36-
<td>X-Appwrite-Webhook-Event</td>
37-
<td>Name of the event that triggered this delivery.</td>
36+
<td>X-Appwrite-Webhook-Events</td>
37+
<td>Names of the events that triggered this delivery.</td>
3838
</tr>
3939
<tr>
4040
<td>X-Appwrite-Webhook-Name</td>
@@ -92,4 +92,4 @@ $events = $this->getParam('events', []);
9292
</tr>
9393
<?php endforeach; ?>
9494
</tbody>
95-
</table>
95+
</table>

0 commit comments

Comments
 (0)