Browse Source

Fixing typo

pull/137/head
Dan McPherson 6 years ago
committed by GitHub
parent
commit
a2aec5a384
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -44,7 +44,7 @@ The sample application code and templates in this repository contain database co
### Automatic test execution ### 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 ## Local development


Loading…
Cancel
Save