Skip to content

Commit cf29efd

Browse files
committed
chore: fix vale conflicts
1 parent 3c47599 commit cf29efd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/OnTrack/UI Enhancement/Component Reviews/group-member-list.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The purpose of `group-member-list` is to display members within a selected group
2020

2121
- Sorting members by specific attributes like name, grade, or ID.
2222
- Dynamically updating the list of members when one is removed.
23-
- Displaying appropriate messaging for empty groups or unauthorized actions.
23+
- Displaying appropriate messaging for empty groups or unauthorised actions.
2424

2525
---
2626

@@ -30,7 +30,7 @@ Users can:
3030

3131
- View the list of group members.
3232
- Sort members by various columns (e.g., name, ID).
33-
- Remove members dynamically (if authorized).
33+
- Remove members dynamically (if authorised).
3434
- See a loading spinner during data fetching.
3535

3636
Inputs used in the component:
@@ -81,7 +81,7 @@ Expected outcomes after migration:
8181
- Keyboard navigation support.
8282
- Screen reader-friendly attributes (e.g., `aria` tags).
8383
- Enhanced error handling:
84-
- User-friendly messages for server errors or unauthorized access.
84+
- User-friendly messages for server errors or unauthorised access.
8585
- Validated UI responsiveness for different screen sizes.
8686

8787
---

0 commit comments

Comments
 (0)