Skip to content

Commit c079ccf

Browse files
awerlangfilipesilva
authored andcommitted
fix(docs): remove mention to code formatting
Remove mention as there are no support for it anymore. Close #4144
1 parent cdf717a commit c079ccf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ with NPM 3 or higher.
4646
* [Running End-to-End Tests](#running-end-to-end-tests)
4747
* [Proxy To Backend](#proxy-to-backend)
4848
* [Deploying the App via GitHub Pages](#deploying-the-app-via-github-pages)
49-
* [Linting and formatting code](#linting-and-formatting-code)
49+
* [Linting code](#linting-code)
5050
* [Commands autocompletion](#commands-autocompletion)
5151
* [Project assets](#project-assets)
5252
* [Global styles](#global-styles)
@@ -197,7 +197,7 @@ Tests will execute after a build is executed via [Karma](http://karma-runner.git
197197

198198
You can run tests with coverage via `--code-coverage`. The coverage report will be in the `coverage/` directory.
199199

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.
201201

202202
### Running end-to-end tests
203203

@@ -269,7 +269,7 @@ This command pushes the app to the `master` branch on the GitHub repo instead
269269
of pushing to `gh-pages`, since user and organization pages require this.
270270

271271

272-
### Linting and formatting code
272+
### Linting code
273273

274274
You can lint your app code by running `ng lint`.
275275
This will use the `lint` npm script that in generated projects uses `tslint`.

0 commit comments

Comments
 (0)