summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/keira3-internals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keira3-internals.md b/docs/keira3-internals.md
index 1620259..71c0084 100644
--- a/docs/keira3-internals.md
+++ b/docs/keira3-internals.md
@@ -42,7 +42,7 @@ More specifically, we have:
- **E2E tests**. We have a tiny set of e2e tests based on [Spectron](https://www.electronjs.org/spectron). For example, to check the sqlite integration.
- ### Why automated testing?
+ ### Why test automation?
Because every time you modify your app, you never know if you are breaking any existing functionality unless you manually test everything again and again.