Skip to content

Commit ea53d0c

Browse files
authored
�Fix: Improve grammar and localize link (#140)
1 parent d294bad commit ea53d0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

en/code/examples/condition-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this code, anonymous functions and conditions are intricately intertwined. Th
3030

3131
There are many contexts for the reader to consider at once, which reduces readability. [^1]
3232

33-
[^1]: According to [The Programmer's Brain](https://www.yes24.com/product/goods/105911017), the number of pieces of information that the human brain can store at one time is six.
33+
[^1]: According to [The Programmer's Brain]([https://www.yes24.com/product/goods/105911017](https://www.amazon.com/Programmers-Brain-Every-Programmer-Cognition/dp/B09NDVG2DW/ref=sr_1_1?crid=9GGEWPMGSL8Y&dib=eyJ2IjoiMSJ9.AF5Dcf0-L-uK6TtJShyWO_10--nMWYYt347wx3dfFsot6wGbgpz_Mn5XMp9Yv-Dok-XO31xYrb3qcx4VHzmvgH2WwCwpwPSGcfleagpa3sw78VkagAXyim4LIjFL9VTTWZemu1tTng4B6rtuPrrOveuu77Eme6QUtqqaTe6Q9vHejb4QwlvkhMBL1-9f6ixQBnvYmqlgZeeB09xB5ottOCf79StZNty_Z70W876zMSg.oDUVogfe2uXKb3VZqJAvyqrmLnE8o9zJSs7gfNNfdwA&dib_tag=se&keywords=The+Programmer%27s+Brain%3A&qid=1738067574&s=books&sprefix=the+programmer%27s+brain+%2Cstripbooks-intl-ship%2C236&sr=1-1)), the number of pieces of information that the human brain can store at one time is six.
3434

3535
## ✏️ Work on Improving
3636

en/code/examples/submit-button.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ It may also include a large number of branches in the implementation, making it
1111

1212
The `<SubmitButton />` component below behaves differently depending on the user's permission.
1313

14-
- If the user's permission is read-only (`"viewer"`), the invite button is disabled and the animation is not played.
15-
- If the user is a regular user, the invite button can be used and the animation is played.
14+
- If the user's permission is read-only (`"viewer"`), the invite button is disabled and the animation does not play.
15+
- If the user is a regular user, the invite button is enabled and the animation plays.
1616

1717
```tsx
1818
function SubmitButton() {

0 commit comments

Comments
 (0)