Skip to content

Commit

Permalink
chore: edit minor grammatical errors (#6438)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuicyBenjamin authored Oct 30, 2024
1 parent 6d224d0 commit d54fb74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d54fb74

Please sign in to comment.