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

Conversation

YuHyeonWook
Copy link
Contributor

Overview

  • CHANGELOG.md 파일의 불필요한 공백을 제거 및 convertQwertyToAlphabet.ts 파일의 오타를 수정했습니다.

PR Checklist

  • I read and included theses actions below
  1. I have read the Contributing Guide
  2. I have written documents and tests, if needed.

Copy link

changeset-bot bot commented Sep 14, 2024

⚠️ No Changeset found

Latest commit: 13a519b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Sep 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
es-hangul ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 16, 2024 0:42am

@codecov-commenter
Copy link

codecov-commenter commented Sep 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.66%. Comparing base (a50bb9b) to head (13a519b).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #249   +/-   ##
=======================================
  Coverage   99.66%   99.66%           
=======================================
  Files          36       36           
  Lines         601      601           
  Branches      145      145           
=======================================
  Hits          599      599           
  Misses          2        2           

@@ -28,4 +28,4 @@ export function convertQwertyToHangul(word: string): string {
return '';
}
return assemble([...convertQwertyToAlphabet(word)]);
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

마지막에 new line을 추가해주실 수 있나요?

POSIX 표준을 지키기 위함입니다

Suggested change
}
}

Copy link
Contributor Author

@YuHyeonWook YuHyeonWook Sep 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넵 덕분에 배워갑니다!!

@@ -13,7 +13,7 @@

- [#209](https://github.com/toss/es-hangul/pull/209) [`c15a9d1`](https://github.com/toss/es-hangul/commit/c15a9d18cff0bc36f7672f3d6ab38e422a625d34) Thanks [@kangju2000](https://github.com/kangju2000)! - docs: josa, josa.pick 문서에 demo를 추가합니다.

- [#205](https://github.com/toss/es-hangul/pull/205) [`75ef7df`](https://github.com/toss/es-hangul/commit/75ef7dfb1e1e27f33cb3fb2e4ab3184b6d0901c6) Thanks [@anonymousRecords](https://github.com/anonymousRecords)! - fix : 문서 상단의 깃허브 아이콘이 제대로 보이지 않는 문제를 수정합니다
- [#205](https://github.com/toss/es-hangul/pull/205) [`75ef7df`](https://github.com/toss/es-hangul/commit/75ef7dfb1e1e27f33cb3fb2e4ab3184b6d0901c6) Thanks [@anonymousRecords](https://github.com/anonymousRecords)! - fix: 문서 상단의 깃허브 아이콘이 제대로 보이지 않는 문제를 수정합니다
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CHANGELOG.md는 큰 문제가 있지 않는 한,
수동으로 수정하지 않았으면 좋겠습니다! PR의 제목과 맞춰져있기때문에
달라진다면 예상치 못한 오류가 발생할 수 있다고 생각했어요!

Copy link
Contributor Author

@YuHyeonWook YuHyeonWook Sep 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넵 죄송합니다!!

…fix/changelog-and-convertQwertyToAlphabet
@YuHyeonWook YuHyeonWook changed the title fix: CHANGELOG.md 공백 제거 및 convertQwertyToAlphabet 오타 수정 fix: convertQwertyToAlphabet 오타 수정 Sep 16, 2024
@YuHyeonWook
Copy link
Contributor Author

YuHyeonWook commented Sep 16, 2024

이전 코드로 되돌리고 오타만 수정했습니닷!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants