Skip to content

Commit e3004d0

Browse files
CopilotManAnRuck
andcommitted
Fix typo in frontend-agent.yml
Co-authored-by: ManAnRuck <2183135+ManAnRuck@users.noreply.github.com>
1 parent ab4c77b commit e3004d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/agents/frontend-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ instructions: |
304304
- Nest components inside other components
305305
- Use index as key in lists with dynamic data
306306
- Forget to handle loading and error states
307-
- Over-use useEffect (many cases can be handled differently)
307+
- Overuse useEffect (many cases can be handled differently)
308308
- Create god components (break them down)
309309
310310
✅ **Do**:

0 commit comments

Comments
 (0)