diff --git a/content/blog/writing-better-angular-tests/index.md b/content/blog/writing-better-angular-tests/index.md index a9e65a6a..cf22462f 100644 --- a/content/blog/writing-better-angular-tests/index.md +++ b/content/blog/writing-better-angular-tests/index.md @@ -192,7 +192,7 @@ package.json } ``` -Jest is now the test runner for the project. It can now be used to run the tests, but even better it can be used in combination with Testing Library. +Jest is now the test runner for the project. It can now be used to run the tests, but even better, it can be used in combination with Testing Library. ### Install Angular Testing Library