You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -197,7 +197,7 @@ Tests will execute after a build is executed via [Karma](http://karma-runner.git
197
197
198
198
You can run tests with coverage via `--code-coverage`. The coverage report will be in the `coverage/` directory.
199
199
200
-
Linting during tests is also available via the `--lint` flag. See [Linting and formatting code](#linting-and-formatting-code) chapter for more informations.
200
+
Linting during tests is also available via the `--lint` flag. See [Linting code](#linting-code) chapter for more information.
201
201
202
202
### Running end-to-end tests
203
203
@@ -269,7 +269,7 @@ This command pushes the app to the `master` branch on the GitHub repo instead
269
269
of pushing to `gh-pages`, since user and organization pages require this.
270
270
271
271
272
-
### Linting and formatting code
272
+
### Linting code
273
273
274
274
You can lint your app code by running `ng lint`.
275
275
This will use the `lint` npm script that in generated projects uses `tslint`.
0 commit comments