From c0ba487fd5cb88857f57cd96654d1ec585933e38 Mon Sep 17 00:00:00 2001 From: barbapapazes Date: Fri, 8 Sep 2023 15:24:48 +0200 Subject: [PATCH] chore: lint --- content/4.resources/1.learn/1.ofetch-101-first-hand.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/4.resources/1.learn/1.ofetch-101-first-hand.md b/content/4.resources/1.learn/1.ofetch-101-first-hand.md index 49bc2559..861b2aa3 100644 --- a/content/4.resources/1.learn/1.ofetch-101-first-hand.md +++ b/content/4.resources/1.learn/1.ofetch-101-first-hand.md @@ -62,7 +62,7 @@ node first-request.mjs And _voilĂ _, we should see something like this: -```js +```sh { repo: { id: 319960543, @@ -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'