From f19b74b9a2e3d2f172d3f43a1e8a9bd498aac29c Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 20 Oct 2023 19:54:17 +0100 Subject: [PATCH] Fix typos and invalid json. --- .vscode/settings.json | 2 +- MAINTENANCE.md | 2 +- packages/fta/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f587f50..3ebe82f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,5 @@ "[rust]": { "editor.defaultFormatter": "rust-lang.rust-analyzer", "editor.formatOnSave": true - }, + } } \ No newline at end of file diff --git a/MAINTENANCE.md b/MAINTENANCE.md index 52e735c..9a0076c 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -51,4 +51,4 @@ cargo install cargo-tarpaulin cargo tarpaulin ``` -Note that `tarpaulin` is not installed as a build dependency, hence should be intsalled manually to generate coverage. +Note that `tarpaulin` is not installed as a build dependency, hence should be installed manually to generate coverage. diff --git a/packages/fta/README.md b/packages/fta/README.md index f03e08e..bb3bf92 100644 --- a/packages/fta/README.md +++ b/packages/fta/README.md @@ -73,9 +73,9 @@ Example output against the Redux project: 21 files analyzed in 0.1079s. ``` -For conveinience, FTA generates a single `FTA Score` that serves as a general, overall indication of the quality of a particular TypeScript file. +For convenience, FTA generates a single `FTA Score` that serves as a general, overall indication of the quality of a particular TypeScript file. -That said, all metrics are exposed and it is up to users to decide how it's metrics can enhance productivity for your team. +That said, all metrics are exposed, and it is up to users to decide how it's metrics can enhance productivity for your team. The full metrics available for each file: