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

@ -887,7 +887,7 @@ exports.level = {
"인자를 지정해주는 예제를 눈으로 직접 확인해 봅시다. 이 예제에서 우리가 체크아웃한 곳이 어디인지를 주의하며 봅시다."
],
"afterMarkdowns": [
"네요! 지정해준 인자들에 의해 원격 저장소의 `main`가 갱신 되었습니다."
"네요! 지정해준 인자들에 의해 원격 저장소의 `main`가 갱신 되었습니다."
],
"command": "git checkout C0; git push origin main",
"beforeCommand": "git clone; git commit"