Skip to content

Commit

Permalink
Merge pull request #150 from sikender/fix-security-doc
Browse files Browse the repository at this point in the history
docs(@nestjs): Fix typo in csurf installation
  • Loading branch information
kamilmysliwiec committed Sep 5, 2018
2 parents 97d1201 + c50bab5 commit e84d835
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ <h4>CSRF</h4>
<a href="https://github.com/expressjs/csurf" target="blank">csurf</a> package. Firstly, install the required package:
</p>
<pre><code class="language-bash">
$ npm i --save helmet</code></pre>
$ npm i --save csurf</code></pre>
<p>
Once the installation is completed, apply it as a global middleware.
</p>
Expand Down

0 comments on commit e84d835

Please sign in to comment.