Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Krrupa committed Jul 12, 2023
1 parent 03b34cf commit 2d289da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/dbservice/users/student.ex
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ defmodule Dbservice.Users.Student do
:has_category_certificate,
:stream,
:physically_handicapped,
:physical_handicapped_certificate,
:physically_handicapped_certificate,
:annual_family_income,
:monthly_family_income,
:time_of_device_availability,
Expand Down
4 changes: 2 additions & 2 deletions lib/dbservice_web/views/student_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ defmodule DbserviceWeb.StudentView do
has_category_certificate: student.has_category_certificate,
stream: student.stream,
physically_handicapped: student.physically_handicapped,
physical_handicapped_certificate: student.physical_handicapped_certificate,
physically_handicapped_certificate: student.physically_handicapped_certificate,
annual_family_income: student.annual_family_income,
monthly_family_income: student.monthly_family_income,
time_of_device_availability: student.time_of_device_availability,
Expand Down Expand Up @@ -87,7 +87,7 @@ defmodule DbserviceWeb.StudentView do
has_category_certificate: student.has_category_certificate,
stream: student.stream,
physically_handicapped: student.physically_handicapped,
physical_handicapped_certificate: student.physical_handicapped_certificate,
physically_handicapped_certificate: student.physically_handicapped_certificate,
annual_family_income: student.annual_family_income,
monthly_family_income: student.monthly_family_income,
time_of_device_availability: student.time_of_device_availability,
Expand Down

0 comments on commit 2d289da

Please sign in to comment.