Skip to content

Commit 3359fa6

Browse files
authored
Merge pull request #80 from MarcinHoppe/patch-1
Fix typo in the tutorial
2 parents 52e51e9 + de5db17 commit 3359fa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/tutorial/a6.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h3 class="panel-title">Source Code Example</h3>
7575
3. The insecure demo application stores users personal sensitive information in plain text. To fix it, The
7676
<code>data/profile-dao.js</code>can be modified to use crypto module to encrypt and decrypt sensitive information as below:
7777
<pre>
78-
// Include crtpto module
78+
// Include crypto module
7979
var crypto = require("crypto");
8080

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

112112
</div>
113113
</div>
114-
{% endblock %}
114+
{% endblock %}

0 commit comments

Comments
 (0)