summaryrefslogtreecommitdiffstats
path: root/sanity_checks.txt
diff options
context:
space:
mode:
authorrrampage <raunak1001@gmail.com>2015-01-08 20:45:12 +0530
committerrrampage <raunak1001@gmail.com>2015-01-08 20:45:12 +0530
commitf4ae573d06ca990c6f0f12f585429d864e01d70c (patch)
tree4cb7cbd29e979b8b345720c9d49aa0509d957253 /sanity_checks.txt
parent2e4545c3deff1c3b474ce2884e0a8e8d0101842a (diff)
Corrected some typos
Diffstat (limited to 'sanity_checks.txt')
-rw-r--r--sanity_checks.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity_checks.txt b/sanity_checks.txt
index bc1dad7f..d8a48985 100644
--- a/sanity_checks.txt
+++ b/sanity_checks.txt
@@ -17,7 +17,7 @@
* \q
* Simple execution:
- 1 Execute a simple 'select * from users;' test taht will pass.
+ 1 Execute a simple 'select * from users;' test that will pass.
2 Execute a syntax error: 'insert into users ( ;'
3 Execute a simple test from step 1 again to see if it still passes.
* Change the database and try steps 1 - 3.