facebookexperimental / Recoil

Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.
https://recoiljs.org/
MIT License
19.5k stars 1.18k forks source link

A typo in Korean Recoil Docs #2184

Open iseolin76 opened 1 year ago

iseolin76 commented 1 year ago

Hello Recoil Team!

I found a typo while looking at the official document.

스크린샷 2023-02-22 오후 12 17 50

The typo is marked with a red line in the attached screen shot.

You have to change from npx는 npm 5.2+ 이상에서 함께 제공되는 패키지 실행 도구다. 오래된 버전의 npm은 이 설명를 보면된다. to npx는 npm 5.2+ 이상에서 함께 제공되는 패키지 실행 도구다. 오래된 버전의 npm은 이 설명 보면된다.

Note: I've tilted the part that needs to be changed.

I wanted to fix it myself, but I couldn't find the document file.

The link to that site is here. https://recoiljs.org/ko/docs/introduction/getting-started/

Can anyone help me?

mondaychen commented 1 year ago

Hi! Thanks for reporting. There's an open PR also fixing typo and grammar in Korean docs. #2181 Can you and @bb8dd collaborate on this and review each other's edits?

0ldh commented 1 year ago

@mondaychen sure!

@iseolin76 Hello! The docs in Recoil are divided into branch so you can modify them in the docs branch, not the main branch. alternatively, you can use "Edit this page" under the docs you want to modify. What you are talking about is in the modified file of Open PR #2181, but that part has not been modified. I think you can open a new PR or modify the current Open PR #2181. Thank you!