diff --git a/documentation/docs/notification/notification-provider/index.md b/documentation/docs/notification/notification-provider/index.md index 8893b783f41ff..445d899062a47 100644 --- a/documentation/docs/notification/notification-provider/index.md +++ b/documentation/docs/notification/notification-provider/index.md @@ -10,7 +10,7 @@ A `notificationProvider` must include following methods: ```tsx const notificationProvider = { - show: () => {}, + open: () => {}, close: () => {}, }; ```