diff --git a/lms/models/lms_course.py b/lms/models/lms_course.py index dd75c48f64..7cc5022a3e 100644 --- a/lms/models/lms_course.py +++ b/lms/models/lms_course.py @@ -48,7 +48,7 @@ class LMSCourse(CreatedUpdatedMixin, Base): """URL for the Names and Roles endpoint, stored during launch to use it outside the launch context.""" starts_at: Mapped[datetime | None] = mapped_column() - """The start date of the course. Only for when we get this information direclty from the LMS""" + """The start date of the course. Only for when we get this information directly from the LMS""" ends_at: Mapped[datetime | None] = mapped_column() """The end date of the course. Only for when we get this information direclty from the LMS"""