From 93e9b27eb827b53b2b31a640a58b428147590b65 Mon Sep 17 00:00:00 2001 From: DuCanhGH <75556609+DuCanhGH@users.noreply.github.com> Date: Tue, 19 Sep 2023 19:25:30 +0700 Subject: [PATCH] chore: fixed grammar in `build-custom-worker` --- examples/web-push/README.md | 2 +- packages/next-pwa/src/webpack-builders/build-custom-worker.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/web-push/README.md b/examples/web-push/README.md index 54189115..69d58582 100644 --- a/examples/web-push/README.md +++ b/examples/web-push/README.md @@ -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** diff --git a/packages/next-pwa/src/webpack-builders/build-custom-worker.ts b/packages/next-pwa/src/webpack-builders/build-custom-worker.ts index e6b21a22..9143763c 100644 --- a/packages/next-pwa/src/webpack-builders/build-custom-worker.ts +++ b/packages/next-pwa/src/webpack-builders/build-custom-worker.ts @@ -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 = {