Skip to content

Commit

Permalink
docs: fix typo pointed out in review
Browse files Browse the repository at this point in the history
Co-authored-by: Rômulo Penido <[email protected]>
  • Loading branch information
bradenmacdonald and rpenido authored Mar 19, 2024
1 parent 69879e0 commit 1b5dfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/content/search/documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def searchable_doc_for_library_block(metadata: lib_api.LibraryXBlockMetadata) ->
def searchable_doc_for_course_block(block) -> dict:
"""
Generate a dictionary document suitable for ingestion into a search engine
like Meilisearch or Elasticsearch, so that the given library block can be
like Meilisearch or Elasticsearch, so that the given course block can be
found using faceted search.
"""
doc = _fields_from_block(block)
Expand Down

0 comments on commit 1b5dfdf

Please sign in to comment.