Skip to content

Commit 61e2949

Browse files
authored
Merge pull request #3 from odsantos/odsantos-patch-3
Change 'importance' translation back to English
2 parents e286659 + 277eb79 commit 61e2949

File tree

1 file changed

+2
-2
lines changed
  • 1-js/02-first-steps/05-types/1-string-quotes

1 file changed

+2
-2
lines changed

1-js/02-first-steps/05-types/1-string-quotes/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
importância: 5
1+
importance: 5
22

33
---
44

@@ -14,4 +14,4 @@ alert( `olá ${1}` ); // ?
1414
alert( `olá ${"name"}` ); // ?
1515

1616
alert( `olá ${name}` ); // ?
17-
```
17+
```

0 commit comments

Comments
 (0)