Skip to content

Commit

Permalink
chore: правит опечатку (#5313)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileys-li committed Apr 26, 2024
1 parent 2686f43 commit 8f3a87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/template-strings/index.md
Expand Up @@ -121,7 +121,7 @@ const months = 2
`Меня зовут ${name}. Я изучаю ${language} уже ${months} месяца.`

// А можно выполнять целые выражения
`Я люблю фрукты: ${['яблоки', 'груши', 'апельсины'].join('', '')}`
`Я люблю фрукты: ${['яблоки', 'груши', 'апельсины'].join(', ')}`
```

### Теговый шаблон
Expand Down

0 comments on commit 8f3a87a

Please sign in to comment.