Skip to content

Commit 2032c2e

Browse files
authored
Remove unnecessary English text from documentation
Removed redundant English text and kept the Bengali translation for clarity.
1 parent 8bf2002 commit 2032c2e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/content/learn/state-a-components-memory.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,11 +1445,7 @@ export default function FeedbackForm() {
14451445

14461446
`useState` কলটির দ্বিতীয় উদাহরণটি `if` কন্ডিশনের পরে সরিয়ে নিয়ে যান এবং লক্ষ্য করুন কীভাবে এটি আবার ভেঙে যায়।
14471447

1448-
<<<<<<< HEAD
14491448
যদি আপনার লিন্টার [React-এর জন্য কনফিগার করা থাকে](/learn/editor-setup#linting), তাহলে এরকম ভুল করলে আপনি একটি লিন্ট এরর দেখতে পাবেন। যদি আপনি লোকালি এই ভুল কোড চেষ্টা করে কোনো এরর না দেখেন, তাহলে আপনার প্রজেক্টের জন্য লিন্টিং সেট আপ করা প্রয়োজন।
1450-
=======
1451-
If your linter is [configured for React](/learn/editor-setup#linting), you should see a lint error when you make a mistake like this. If you don't see an error when you try the faulty code locally, you need to set up linting for your project.
1452-
>>>>>>> abe931a8cb3aee3e8b15ef7e187214789164162a
14531449

14541450
</Solution>
14551451

0 commit comments

Comments
 (0)