From c88b987c51a714fd969729e4ad039cc72c3b420c Mon Sep 17 00:00:00 2001 From: Robert Mennell Date: Sat, 9 May 2020 00:10:20 -0700 Subject: [PATCH] Update content/blog/writing-better-angular-tests/index.md Co-authored-by: Corbin Crutchley --- content/blog/writing-better-angular-tests/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/writing-better-angular-tests/index.md b/content/blog/writing-better-angular-tests/index.md index 2c7ccc74..8501913a 100644 --- a/content/blog/writing-better-angular-tests/index.md +++ b/content/blog/writing-better-angular-tests/index.md @@ -90,7 +90,7 @@ tsconfig.spec.json } ``` -The project also no longer needs the `test` key inside of `angular.json` and thus it can be removed. +The project also no longer needs the `test` key inside of `angular.json`, and thus it can be removed. ```json angular.json