Skip to content

Commit 1bb30a1

Browse files
committed
fix: update challenge names to be consistent
1 parent 7618ff0 commit 1bb30a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/learn/synchronizing-with-effects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ export default function ChatRoom({ roomId }) {
963963
964964
<Challenges>
965965
966-
#### মাউন্ট হওয়ার সময় একটি ফিল্ডে ফোকাস করা {/*focus-a-field-on-mount*/}
966+
#### মাউন্ট হওয়ার সময় একটি ফিল্ডে ফোকাস করুন {/*focus-a-field-on-mount*/}
967967
968968
এই উদাহরণে, ফর্মটি একটি `<MyInput />` কম্পোনেন্ট রেন্ডার করে।
969969
@@ -1129,7 +1129,7 @@ body {
11291129
11301130
</Solution>
11311131
1132-
#### কন্ডিশনালি একটি ফিল্ডে ফোকাস করা {/*focus-a-field-conditionally*/}
1132+
#### কন্ডিশনালি একটি ফিল্ডে ফোকাস করুন {/*focus-a-field-conditionally*/}
11331133
11341134
এই ফর্মটি দুটি `<MyInput />` কম্পোনেন্ট রেন্ডার করে।
11351135
@@ -1435,7 +1435,7 @@ body {
14351435
14361436
</Solution>
14371437
1438-
#### Fix fetching inside an Effect {/*fix-fetching-inside-an-effect*/}
1438+
#### একটি ইফেক্টের মধ্যে fetching ফিক্স করুন {/*fix-fetching-inside-an-effect*/}
14391439
14401440
This component shows the biography for the selected person. It loads the biography by calling an asynchronous function `fetchBio(person)` on mount and whenever `person` changes. That asynchronous function returns a [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) which eventually resolves to a string. When fetching is done, it calls `setBio` to display that string under the select box.
14411441

0 commit comments

Comments
 (0)