Correct Korean typos

'됬' is an invalid word. so I corrected this word
This commit is contained in:
itmir913 2021-05-30 23:42:29 +09:00
parent 11a2443b77
commit 2d0b9277c7
7 changed files with 7 additions and 7 deletions

View file

@ -596,7 +596,7 @@ exports.level = {
"\"없음\"을 원격 브랜치로 push하면 무엇을 할까요? 원격저장소의 그 브랜치를 삭제합니다!"
],
"afterMarkdowns": [
"습니다, 원격 저장소의 `foo`브랜치를 성공적으로 삭제했습니다. \"없음\"을 push한다는것이 이것을 이뤘습니다. 흠 말이 되는것 같네요 null을 push했어요..."
"습니다, 원격 저장소의 `foo`브랜치를 성공적으로 삭제했습니다. \"없음\"을 push한다는것이 이것을 이뤘습니다. 흠 말이 되는것 같네요 null을 push했어요..."
],
"command": "git push origin :foo",
"beforeCommand": "git clone; git push origin main:foo"