Skip to content

Commit

Permalink
Fix ci : fix lint in MD (#3192)
Browse files Browse the repository at this point in the history

Co-authored-by: Frej Alexander Nielsen <[email protected]>
Co-authored-by: Romain Beaumont <[email protected]>
  • Loading branch information
3 people authored Sep 9, 2023
1 parent 7474564 commit 7987e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ru/tutorial_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const notDefined = undefined // undefined type
```js
const name = 'Боб'

if (name === `Боб`) {
if (name === 'Боб') {
console.log('Меня зовут Боб')
} else if (name === 'Алиса') {
console.log('Меня зовут Алиса')
Expand Down

0 comments on commit 7987e3c

Please sign in to comment.