Skip to content

Commit 57926a3

Browse files
committed
small wording adjustment
1 parent 47573c0 commit 57926a3

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/sourcemaps/uploading

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/sourcemaps/uploading/cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can generate source maps using the tooling of your choice. See examples from
3838
If you use the [Angular service worker](https://angular.dev/ecosystem/service-workers), you might encounter caching issues when uploading source maps with Sentry CLI.
3939
This happens because Sentry CLI injects debugIds into the generated JavaScript chunks after the build process.
4040
This means that the file hashes in `ngsw.json` for these chunks become invalid.
41-
To resolve the invalid hashes, regenerate `ngsw.json` after the `debugIds` have been injected using the following command:
41+
To resolve the invalid hashes, regenerate `ngsw.json` after the debugIds have been injected using the following command:
4242

4343
```bash
4444
node_modules/.bin/ngsw-config <dist> <config>

0 commit comments

Comments
 (0)