Skip to content

Commit

Permalink
Merge branch 'main' into fix-i18n-import-path
Browse files Browse the repository at this point in the history
  • Loading branch information
hexart authored Jan 20, 2025
2 parents 1cec9fa + f5b4a45 commit 0dca9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/chainlit/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Element:
for_id: Optional[str] = None
# The language, if relevant
language: Optional[str] = None
# Mime type, infered based on content if not provided
# Mime type, inferred based on content if not provided
mime: Optional[str] = None

def __post_init__(self) -> None:
Expand Down

0 comments on commit 0dca9f1

Please sign in to comment.