Skip to content

Commit 0246e44

Browse files
authored
Merge pull request astaxie#1008 from dastier/master
Fix typo astaxie#876
2 parents 0f9ac14 + e6ad1df commit 0246e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/04.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 4.2 Verification of inputs
22

3-
One of the most important principles in web development is that you cannot trust anything from client side user forms. You have to validate all incoming data before use it. Many websites are affected by this problem, which is simple yet crucial.
3+
One of the most important principles in web development is that you cannot trust anything from client side user forms. You have to validate all incoming data before using it. Many websites are affected by this problem, which is simple yet crucial.
44

55
There are two ways of verifying form data that are in common use. The first is JavaScript validation on the front-end, and the second is server validation on the back-end. In this section, we are going to talk about server side validation in web development.
66

0 commit comments

Comments
 (0)