docs: Apply suggestion from @kdmccormick

Co-authored-by: Kyle McCormick <kyle@axim.org>
This commit is contained in:
Feanil Patel
2025-10-17 13:21:06 -04:00
parent ad4b0541f8
commit 83cfa1d58b

View File

@@ -117,8 +117,9 @@ class CourseWaffleFlagsSerializer(serializers.Serializer):
"""
Method to get the use_new_course_outline_page switch
Always true, because the switch is being removed an the new experience
should alawys be on.
Always true, because the switch is being removed and the new experience
should always be on. This function will be removed in
https://github.com/openedx/edx-platform/issues/37497
"""
return True