Skip to content

Commit 7b90679

Browse files
authored
Merge pull request pcottle#658 from Hongarc/patch-2
fix(typo): remove unnecessary `.`
2 parents 17bce6b + 98050c4 commit 7b90679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/dialogs/nextLevel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ exports.dialog = {
139139
markdowns: [
140140
'## 훌륭합니다!!',
141141
'',
142-
'*{numCommands}*개의 명렁으로 레벨을 통과했습니다.; ',
142+
'*{numCommands}*개의 명렁으로 레벨을 통과했습니다; ',
143143
'모범 답안은 {best}개를 사용합니다.'
144144
]
145145
}
@@ -150,7 +150,7 @@ exports.dialog = {
150150
markdowns: [
151151
'## Làm tốt lắm!!',
152152
'',
153-
'Bạn hoàn thành cấp độ này với *{numCommands}* câu lệnh.; ',
153+
'Bạn hoàn thành cấp độ này với *{numCommands}* câu lệnh; ',
154154
'Đáp án của chúng tôi sử dụng {best}.'
155155
]
156156
}

0 commit comments

Comments
 (0)