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.lcovReportPath | Optional | Path to an LCOV code-coverage report to be used to calculate coverage metrics for your project |
sonar.ts.tslint.nodePath | Optional | Path to custom node to execute |
sonar.ts.tslint.projectPath | Optional | Path 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.typeCheck | Optional | If 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.typeCheck | Optional | If 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. |