Skip to content

Commit c0ba487

Browse files
committed
chore: lint
1 parent ec03e15 commit c0ba487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/4.resources/1.learn/1.ofetch-101-first-hand.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ node first-request.mjs
6262

6363
And _voilà_, we should see something like this:
6464

65-
```js
65+
```sh
6666
{
6767
repo: {
6868
id: 319960543,
@@ -436,7 +436,7 @@ main().catch(console.error)
436436

437437
Then, run the script and we get the following error we can easily use to display a message to the user:
438438

439-
```js
439+
```sh
440440
{
441441
message: 'Not Found',
442442
documentation_url: 'https://docs.github.com/rest/reference/repos#create-a-repository-for-the-authenticated-user'

0 commit comments

Comments
 (0)