Skip to content

Commit c97daaf

Browse files
authored
[Zaraz] Fix error in Markdown table (#19154)
1 parent 9d3747e commit c97daaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/zaraz/http-events-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For each Event Object in your payload, Zaraz will respond with a Result Object.
107107
Depending on what tools you are loading using Zaraz, the body of the response coming from the API might include information you will want to process. This is because some tools do not have a complete server-side implementation and still depend on cookies, client-side JavaScript or similar mechanisms. Each Result Object can include the following information:
108108

109109
| Result key | Description |
110-
| --- | --- | --- |
110+
| --- | --- |
111111
| `fetch` | Fetch requests that tools want to send from the user browser. |
112112
| `execute` | JavaScript code that tools want to execute in the user browser. |
113113
| `return` | Information that tools return. |

0 commit comments

Comments
 (0)