From 23a4a5257e4c4ad765af46e27f9eb1a7333f47f7 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Sat, 13 Jul 2024 10:11:56 +0200 Subject: [PATCH] Fix spelling --- faq.md | 2 +- hello_world.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/faq.md b/faq.md index 4a700f0..ec6759e 100644 --- a/faq.md +++ b/faq.md @@ -70,7 +70,7 @@ TDD is known to improve code quality `[Alkaoud & Walcott, 2018][Janzen & Saiedia Code coverage correlates with code quality `[Horgan et al., 1994]` `[Del Frate et al., 1995]`. Due to this, having a code coverage of (around) 100% -is mandatory to pass a code peer-review by committies such as, for example, +is mandatory to pass a code peer-review by committees such as, for example, rOpenSci `[Ram, 2013]`. ### Why is Continuous Integration testing important? diff --git a/hello_world.md b/hello_world.md index 57359dc..dde51ff 100644 --- a/hello_world.md +++ b/hello_world.md @@ -117,7 +117,7 @@ that has been used at least once by tests. Code coverage correlates with code quality `[Horgan et al., 1994]` `[Del Frate et al., 1995]` and due to this, having a code coverage of (around) 100% -is mandatory to pass a code peer-review by committies such as, for example, +is mandatory to pass a code peer-review by committees such as, for example, rOpenSci `[Ram, 2013]`. However, one needs to decide upon **what** to test for code coverage.