diff --git a/aio/content/guide/upgrade.md b/aio/content/guide/upgrade.md index c98254cbd7..75f0d3b95e 100644 --- a/aio/content/guide/upgrade.md +++ b/aio/content/guide/upgrade.md @@ -1177,7 +1177,7 @@ Finally, you should add some npm scripts in `package.json` to compile the TypeSc JavaScript (based on the `tsconfig.json` configuration file): - "script": { + "scripts": { "tsc": "tsc", "tsc:w": "tsc -w", ...