From 861be10fa610531cf29deac6dbea75b86dbd586f Mon Sep 17 00:00:00 2001 From: Federico Esparza Date: Sun, 16 Dec 2018 11:27:51 -0600 Subject: [PATCH] Make small changes --- workflow/testing/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/testing/README.md b/workflow/testing/README.md index f99ea73ab..896bda972 100644 --- a/workflow/testing/README.md +++ b/workflow/testing/README.md @@ -2,19 +2,19 @@ ## [Integration Testing](integration-testing.md) -To test the all peaces together from the user perspective, we use integration tests. They also show if the the backend and the frontend are working as expected in conjunction and also if the browser likes our app. +To test all the pieces together, from the user perspective, we use integration tests. They also show if the the backend and the frontend are working as expected in conjunction and also if the browser likes our app. [more...](integration-testing.md) ## [Component Testing](component-testing.md) -Individual Vue Components should also be documented and testet properly. This guaranties they they are reusable and the api gets more solid in that process. +Individual Vue Components should also be documented and tested properly. This guarantees that they are reusable and the api gets more solid in the process. [more...](component-testing.md) ## [Unit Testing](unit-testing.md) -Expecially the Backend relies on Unit Tests as there are no Vue Components. +Expecially the Backend relies on Unit Tests, as there are no Vue Components. [more...](unit-testing.md)