Skip to content

Commit

Permalink
chore: fixed grammar in build-custom-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Sep 19, 2023
1 parent aef0808 commit 93e9b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/web-push/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# next-pwa - web push

This example demonstrates how to use `next-pwa` to implement web push with custom worker.
This example demonstrates how to use `next-pwa` to implement web push using a custom worker.

**NOTE**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const buildCustomWorker = ({
)}.js`;

logger.event(
`Building custom worker to ${path.join(customWorkerDest, name)}...`
`Building the custom worker to ${path.join(customWorkerDest, name)}...`
);

const webpackConfig: Configuration = {
Expand Down

0 comments on commit 93e9b27

Please sign in to comment.