From d54fb744406312646c68370627b868a5fdd00660 Mon Sep 17 00:00:00 2001 From: Benjamin <79079152+JuicyBenjamin@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:22:43 +0100 Subject: [PATCH] chore: edit minor grammatical errors (#6438) --- .../docs/notification/notification-provider/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/notification/notification-provider/index.md b/documentation/docs/notification/notification-provider/index.md index c26a4e914c0d..8893b783f41f 100644 --- a/documentation/docs/notification/notification-provider/index.md +++ b/documentation/docs/notification/notification-provider/index.md @@ -6,7 +6,7 @@ Refine let's you set a notification API by providing the `notificationProvider` `notificationProvider` is an object with close and open methods. Refine uses these methods to show and hide notifications. These methods can be called from anywhere in the application with [`useNotification`](/docs/notification/hooks/use-notification) hook. -An `notificationProvider` must include following methods: +A `notificationProvider` must include following methods: ```tsx const notificationProvider = { @@ -62,7 +62,7 @@ const App = () => { By default, Refine doesn't require `notificationProvider` configuration. -If an `notificationProvider` property is not provided, Refine will use the default `notificationProvider`, which lets the app work without an notification. +If a `notificationProvider` property is not provided, Refine will use the default `notificationProvider`, which lets the app work without a notification. If your app doesn't require `notification`, no further setup is necessary for the app to work. ## Built-in Notification Providers