Skip to content

Commit 4fc5de0

Browse files
committed
Fixed console errors
1 parent 11ff63a commit 4fc5de0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/documentation/concepts/client-adaptors.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const client = new TriggerClient({
1616
});
1717
```
1818

19-
View the [Client API Reference](//sdk/triggerclient) for more information.
19+
View the [Client API Reference](/sdk/triggerclient) for more information.
2020

2121
## Adaptors
2222

docs/documentation/guides/video-walkthrough.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ You can view the [source code here](https://github.com/triggerdotdev/examples/tr
1111
className="w-full aspect-video"
1212
src="https://www.youtube.com/embed/uocBQt2HeQo"
1313
title="Create a serverless background job in 10 mins"
14-
frameborder="0"
14+
frameBorder="0"
1515
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
16-
allowfullscreen
16+
allowFullScreen
1717
></iframe>
1818

1919
We cover how to:

0 commit comments

Comments
 (0)