Skip to content

Commit

Permalink
Merge pull request #80 from MarcinHoppe/patch-1
Browse files Browse the repository at this point in the history
Fix typo in the tutorial
  • Loading branch information
ckarande authored Dec 5, 2016
2 parents 52e51e9 + de5db17 commit 3359fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/tutorial/a6.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h3 class="panel-title">Source Code Example</h3>
3. The insecure demo application stores users personal sensitive information in plain text. To fix it, The
<code>data/profile-dao.js</code>can be modified to use crypto module to encrypt and decrypt sensitive information as below:
<pre>
// Include crtpto module
// Include crypto module
var crypto = require("crypto");

//Set keys config object
Expand Down Expand Up @@ -111,4 +111,4 @@ <h3 class="panel-title">Source Code Example</h3>

</div>
</div>
{% endblock %}
{% endblock %}

0 comments on commit 3359fa6

Please sign in to comment.