Typo

Seth Fitzsimmons 2013-10-28 18:53:03 -07:00
parent 89e99c149b
commit 113baa1da2

@ -9,9 +9,9 @@
Plain text queries, for a single query instance, are faster and the most flexible. They are also the
most insecure, providing no barrier to `sql injection` attacks.
##Paramaterized Queries##
##Parameterized Queries##
A paramaterized query allows you "pass arguments" to a query, providing a barrier to `sql injection` attacks.
A parameterized query allows you "pass arguments" to a query, providing a barrier to `sql injection` attacks.
Parameters may not be DDL: