Skip to content

Commit 5ff3b83

Browse files
committed
Fix typos.
1 parent 84c706c commit 5ff3b83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/src/module/student/student.controller.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ export class StudentController {
126126
}
127127

128128
/**
129-
* Checks if the given user is allowed to proceed with the request to change the attendance state in regards to the application settings.
129+
* Checks if the given user is allowed to proceed with the request to change the attendance state with regard to the application settings.
130130
*
131131
* __Important__: This does __NOT__ check if the user is allowed in general (ie correct role, is tutor, ...). Those checks must still be performed by the corresponding route guard!
132132
*
133-
* This checks if all of the following conditions are met. If so an exception is thrown:
133+
* This checks if all the following conditions are met. If so an exception is thrown:
134134
* - The application settings disallow non-admins to excuse a student.
135135
* - The user making the request is __not__ an admin.
136136
* - The DTO would change the attendance state of a student to `excused`.

0 commit comments

Comments
 (0)