Skip to content

Commit d9ea988

Browse files
committed
REST (Angular): Polishes the wording of the "assets" key point
1 parent 8154555 commit d9ea988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rest-angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ yarn test:e2e
4747
- [`src/mocks/browser.ts`](src/mocks/browser.ts) sets up the Service Worker.
4848
- [`src/main.ts`](src/main.ts) conditionally enables mocking in `development` environment.
4949
- [`src/mockServiceWorker.js`](src/mockServiceWorker.js) the Service Worker, created by running `npx msw init src`.
50-
- add `src/mockServiceWorker.js` to your assets in angular.json file.
50+
- Add `src/mockServiceWorker.js` file to the `assets` list in your `angular.json` file.
5151

5252
### NodeJS
5353

0 commit comments

Comments
 (0)