Fixed markdown syntax [..]() by .. .

This commit is contained in:
2017-02-12 12:24:14 +01:00
parent 847b890b48
commit 4d4bc89129
4 changed files with 11 additions and 11 deletions

View File

@@ -35,7 +35,7 @@ Here we will show you how to read input submitted by a user using a Form (`GET`
<a name="read"></a>
## Reading Form Data
EWF [WSF_REQUEST]() class, provides features to handling this form parsing automatically.
EWF `WSF_REQUEST` class, provides features to handling this form parsing automatically.
<a name="query"></a>