Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
augustas committed Dec 6, 2023
1 parent ecb403f commit 178853a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/classes/xmlEditor/XmlEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class XmlEditor extends ConfigurableService implements XmlEditorInterface
{
private const FEATURE_FLAG_XML_EDITOR_ENABLED = 'FEATURE_FLAG_XML_EDITOR_ENABLED';
/** @var @depricated */
/** @var @deprecated */
private const LEGACY_FEATURE_FLAG_XML_EDITOR_ENABLED = 'XML_EDITOR_ENABLED';

/**
Expand Down

0 comments on commit 178853a

Please sign in to comment.