Skip to content

Commit

Permalink
doc: add deprecation details
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Dec 13, 2022
1 parent dd06c29 commit e5817ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service-override/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import getNotificationServiceOverride from './notifications'
import getDialogServiceOverride from './dialogs'

/**
* @deprecated
* @deprecated use `getNotificationServiceOverride` and `getDialogServiceOverride` instead
*/
export default function getServiceOverride (container?: HTMLElement): IEditorOverrideServices {
return {
Expand Down

0 comments on commit e5817ad

Please sign in to comment.