Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: convertQwertyToAlphabet 오타 수정 #249

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/convertQwertyToAlphabet/convertQwertyToAlphabet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function convertQwertyToAlphabet(word: string): string {
/**
* @name convertQwertyToHangul
* @description
* 영어 알파벳을 qwerty 자판과 매칭과는 한글 문자와 문장으로 변환합니다.
* 영어 알파벳을 qwerty 자판과 매칭되는 한글 문자와 문장으로 변환합니다.
* @param word 한글 문장으로 변환하고자 하는 영문
* @returns qwerty 영어 알파벳을 변환하여 한글 규칙에 맞게 합성한 문자열
*/
Expand Down