File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export const client = new TriggerClient({
16
16
});
17
17
```
18
18
19
- View the [ Client API Reference] ( // sdk/triggerclient ) for more information.
19
+ View the [ Client API Reference] ( /sdk/triggerclient ) for more information.
20
20
21
21
## Adaptors
22
22
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ You can view the [source code here](https://github.com/triggerdotdev/examples/tr
11
11
className = " w-full aspect-video"
12
12
src = " https://www.youtube.com/embed/uocBQt2HeQo"
13
13
title = " Create a serverless background job in 10 mins"
14
- frameborder = " 0"
14
+ frameBorder = " 0"
15
15
allow = " accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
16
- allowfullscreen
16
+ allowFullScreen
17
17
></iframe >
18
18
19
19
We cover how to:
You can’t perform that action at this time.
0 commit comments