From a2aec5a384ac06e1c09dae10782ae1efb92b4871 Mon Sep 17 00:00:00 2001 From: Dan McPherson Date: Wed, 20 Feb 2019 10:27:07 -0500 Subject: [PATCH] Fixing typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e77a92..fd515a5 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The sample application code and templates in this repository contain database co ### Automatic test execution -The sample application code and templates in this repository contain scripts that automatically execute tests via the postCommit hook. These tests assume that they are being executed against a local test sqlite database. If alternate database credentials are supplied to the build, the tests could make undesireable changes to that database. +The sample application code and templates in this repository contain scripts that automatically execute tests via the postCommit hook. These tests assume that they are being executed against a local test sqlite database. If alternate database credentials are supplied to the build, the tests could make undesirable changes to that database. ## Local development