Skip to content

Commit

Permalink
fix(docs): remove mention to code formatting
Browse files Browse the repository at this point in the history
Remove mention as there are no support for it anymore.

Close #4144
  • Loading branch information
awerlang authored and filipesilva committed Jan 24, 2017
1 parent cdf717a commit c079ccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ with NPM 3 or higher.
* [Running End-to-End Tests](#running-end-to-end-tests)
* [Proxy To Backend](#proxy-to-backend)
* [Deploying the App via GitHub Pages](#deploying-the-app-via-github-pages)
* [Linting and formatting code](#linting-and-formatting-code)
* [Linting code](#linting-code)
* [Commands autocompletion](#commands-autocompletion)
* [Project assets](#project-assets)
* [Global styles](#global-styles)
Expand Down Expand Up @@ -197,7 +197,7 @@ Tests will execute after a build is executed via [Karma](http://karma-runner.git

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

Linting during tests is also available via the `--lint` flag. See [Linting and formatting code](#linting-and-formatting-code) chapter for more informations.
Linting during tests is also available via the `--lint` flag. See [Linting code](#linting-code) chapter for more information.

### Running end-to-end tests

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


### Linting and formatting code
### Linting code

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

0 comments on commit c079ccf

Please sign in to comment.