diff --git a/README.md b/README.md index 54d2e2c..d0dbc26 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ sonar.ts.coverage.lcovReportPath=test-results/coverage/coverage.lcov sonar.ts.coverage.lcovReportPathOptionalPath to an LCOV code-coverage report to be used to calculate coverage metrics for your project sonar.ts.tslint.nodePathOptionalPath to custom node to execute sonar.ts.tslint.projectPathOptionalPath to tsconfig.json that describes the TypeScript files in your project to analyse, rather than letting SonarQube search for them automatically. Required to allow sonar.ts.tslint.typeCheck to work. -sonar.ts.tslint.typeCheckOptionalIf true, asks tslint to run type-checking, allowing tslint rules that need type information to operate. Requires that you have specified sonsr.ts.tslint.projectPath. +sonar.ts.tslint.typeCheckOptionalIf true, asks tslint to run type-checking, allowing tslint rules that need type information to operate. Requires that you have specified sonar.ts.tslint.projectPath.