fixed minor spelling mistakes, unified wording

This commit is contained in:
Timur Linden
2019-02-04 20:54:05 +01:00
committed by Nanne Baars
parent 875f0487bd
commit 53c16c8b82
51 changed files with 177 additions and 177 deletions

View File

@ -3,7 +3,7 @@
Question: Does a prepared statement always prevent against an SQL injection?
Answer: No it does not
Let's take a look at the following statement:
Let us take a look at the following statement:
----
select * from users order by lastname;