Skip to content

Commit b4b8355

Browse files
authored
Merge pull request #110 from joebowbeer/patch-1
Update a4.html
2 parents 14f400f + 91bd5d4 commit b4b8355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/tutorial/a4.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h3 class="panel-title">Source Code Example</h3>
5858
<div class="panel-body">
5959
<p>
6060
In
61-
<code>routes/allocations.js</code>, the insecure application takes user id from url to access fetch the allocations.
61+
<code>routes/allocations.js</code>, the insecure application takes user id from url to fetch the allocations.
6262
<pre>
6363
var userId = req.params.userId;
6464
allocationsDAO.getByUserId(userId, function(error, allocations) {
@@ -78,4 +78,4 @@ <h3 class="panel-title">Source Code Example</h3>
7878

7979
</div>
8080
</div>
81-
{% endblock %}
81+
{% endblock %}

0 commit comments

Comments
 (0)