Skip to content

Commit d0d6269

Browse files
Update djangocms_text/editors.py
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent e3d18f1 commit d0d6269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangocms_text/editors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ class RTEConfig:
436436
admin_css (Iterable[str]): An iterable of CSS files for the admin interface only.
437437
inline_editing (bool): Whether to enable inline editing.
438438
child_plugin_support (bool): Whether to support child plugins.
439-
additonal_context (dict | None): Additional context to pass to the editor's global setting.
439+
additional_context (dict | None): Additional context to pass to the editor's global setting.
440440
441441
Attributes:
442442
name (str): The name of the RTE configuration.

0 commit comments

Comments
 (0)