Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasadi committed Dec 12, 2024
1 parent aa476c8 commit d1e7757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/react-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Change the deafult notification sound to include your own:

### Customizing the path to web push service worker

The <a href="/notificationapi-service-worker.js" download>service worker</a>must be placed in the public folder.
The <a href="/notificationapi-service-worker.js" download>service worker</a> must be placed in the public folder.

By default we assume the service worker file is publicly associable at `https://yourdomain.com/notificationapi-service-worker.js`

Expand All @@ -134,7 +134,7 @@ For example, the web push service worker is placed at `public/service` folder an

### Customizing the web push opt in message

By default we automatically figure out if your user should see the web push opt in message or not. You can Customizing it like the following:
By default we automatically figure out if your user should see the web push opt in message or not. You can customizing it like the following:

```jsx
<App>
Expand Down

0 comments on commit d1e7757

Please sign in to comment.