Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vages committed Oct 31, 2022
1 parent 3ea7d8e commit 4a9c567
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TASKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ You use curly brackets inside _template_ to insert variables, calculations and f

```svelte
<script>
let answer = 42;
let a = 42;
</script>
<div>The meaning of life is {a}.</div>
Expand Down
2 changes: 1 addition & 1 deletion locale/nob/TASKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Man bruker krøllparenteser inni _template_ for å sette inn variabler, utregnin

```svelte
<script>
let answer = 42;
let a = 42;
</script>
<div>Meningen med livet er {a}.</div>
Expand Down
4 changes: 2 additions & 2 deletions locale/nob/TASKS.md.po
Original file line number Diff line number Diff line change
Expand Up @@ -1491,15 +1491,15 @@ msgstr ""
#: TASKS.md:block 32 (code)
msgid ""
"<script>\n"
" let answer = 42;\n"
" let a = 42;\n"
"</script>\n"
"\n"
"<div>The meaning of life is {a}.</div>\n"
"<div>The square of the meaning is {a * a}</div>\n"
"<div>The meaning of life has the sign {Math.sign(a)}</div>\n"
msgstr ""
"<script>\n"
" let answer = 42;\n"
" let a = 42;\n"
"</script>\n"
"\n"
"<div>Meningen med livet er {a}.</div>\n"
Expand Down

1 comment on commit 4a9c567

@vercel
Copy link

@vercel vercel bot commented on 4a9c567 Oct 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svelte-snake-workshop – ./

svelte-snake-workshop-vages.vercel.app
svelte-snake-workshop.vercel.app
svelte-snake-workshop-git-main-vages.vercel.app

Please sign in to comment.