Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes committed Sep 8, 2023
1 parent ec03e15 commit c0ba487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/4.resources/1.learn/1.ofetch-101-first-hand.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ node first-request.mjs

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

```js
```sh
{
repo: {
id: 319960543,
Expand Down Expand Up @@ -436,7 +436,7 @@ main().catch(console.error)

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

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

0 comments on commit c0ba487

Please sign in to comment.