docs(useStorageState): fix typo in korean docs#383
Conversation
|
|
Hi, thank you for your contribution! We made a significant change to the project direction (#302, #329): Contributions in other areas are always welcome — thank you! |
|
Hi @joon623, let me revise my earlier comment. On reflection, this is a harmless typo fix that improves the existing Korean docs, so we're happy to take it after all. The only thing: since Could you drop the changeset ( Thanks again for contributing, and sorry for the back-and-forth! |
|
Makes sense to avoid a release for a deprecated hook — removed the changeset, docs change only now. Thanks! |
Overview
Fix a Korean typo in
useStorageStatedocumentation.Before: 이 값은 페이지룰 새로고침해도 유지되며
After: 이 값은 페이지를 새로고침해도 유지되며
Checklist
yarn run fixto format and lint the code and docs?yarn run test:coverageto make sure there is no uncovered line?