docs: fix markdown syntax typo in you-might-not-need-an-effect.md #1213
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
you-might-not-need-an-effect.md
문서에서 마크다운 문법 오류 수정아래 문단을 보면
_이유_는
이라고 적힌 부분이 있는데 이는 렌더링 되어 보여질 때<em>이유</em>는
으로 보여지는 것이 아닌,_이유_는
처럼 렌더링 되어 보여집니다.ko.react.dev/src/content/learn/you-might-not-need-an-effect.md
Line 338 in cf47248
이는 CommonMark 스펙을 보았을 때 이어지는 단어 중간에 들어가는 경우
*
을 사용해야만 강조가 적용되도록 제한되어 있는 것으로 보였습니다, https://spec.commonmark.org/0.31.2/#emphasis-and-strong-emphasis:그래서
*이유*는
꼴로 변경하는 것도 고려했으나 1) 개인적인 느낌에서 한글을 기울여 쓸 경우 옆 단어를 침범하여 보기 좋지 않다는 느낌이 있고1, 2) 다른 부분에서 의도적으로 띄어쓰는 방향으로 작성한 것으로 보이는 부분이 있어_이유_ 는
꼴로 바꾸는 PR을 만들어 올립니다.ko.react.dev/src/content/learn/lifecycle-of-reactive-effects.md
Line 77 in cf47248
혹시 관련하여 이미 논의 및 결정된 사항이 있다면 공유주시면 참고해서 수정하겠습니다 🙏🏻
필수 확인 사항
textlint
가이드Textlint Guide선택 확인 사항
Footnotes
관련하여 찾아봤던 논의를 첨부드립니다, https://github.com/mdn/translated-content/issues/1537 ↩