Skip to content

Commit 7987e3c

Browse files
frej4189Frej Alexander Nielsenrom1504
authored
Fix ci : fix lint in MD (#3192)
Co-authored-by: Frej Alexander Nielsen <frej@valoks.com> Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
1 parent 7474564 commit 7987e3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ru/tutorial_ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const notDefined = undefined // undefined type
197197
```js
198198
const name = 'Боб'
199199

200-
if (name === `Боб`) {
200+
if (name === 'Боб') {
201201
console.log('Меня зовут Боб')
202202
} else if (name === 'Алиса') {
203203
console.log('Меня зовут Алиса')

0 commit comments

Comments
 (0)