Skip to content

Commit

Permalink
docs(angular): update documentation with typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
stianmorsund committed May 9, 2022
1 parent b8b759e commit 6eccabd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/generated/packages/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"skipPostInstall": {
"type": "boolean",
"default": false,
"description": "Do not add or append `ngcc` to `postinstall`-script in `package.json`."
"description": "Do not add or append `ngcc` to the `postinstall` script in `package.json`."
},
"unitTestRunner": {
"type": "string",
Expand Down Expand Up @@ -645,7 +645,7 @@
"skipPostInstall": {
"type": "boolean",
"default": false,
"description": "Do not add or append `ngcc` to `postinstall`-script in `package.json`."
"description": "Do not add or append `ngcc` to the `postinstall` script in `package.json`."
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -782,7 +782,7 @@
"skipPostInstall": {
"type": "boolean",
"default": false,
"description": "Do not add or append `ngcc` to `postinstall`-script in `package.json`."
"description": "Do not add or append `ngcc` to the `postinstall` script in `package.json`."
},
"skipTsConfig": {
"type": "boolean",
Expand Down Expand Up @@ -1235,7 +1235,7 @@
"skipPostInstall": {
"type": "boolean",
"default": false,
"description": "Do not add or append `ngcc` to `postinstall`-script in `package.json`."
"description": "Do not add or append `ngcc` to the `postinstall` script in `package.json`."
},
"unitTestRunner": {
"type": "string",
Expand Down Expand Up @@ -1365,7 +1365,7 @@
"skipPostInstall": {
"type": "boolean",
"default": false,
"description": "Do not add or append `ngcc` to `postinstall`-script in `package.json`. NOTE: only used if running the generator in an Nx workspace."
"description": "Do not add or append `ngcc` to the `postinstall` script in `package.json`. NOTE: only used if running the generator in an Nx workspace."
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 6eccabd

Please sign in to comment.