Skip to content

Commit

Permalink
Fix function typo
Browse files Browse the repository at this point in the history
Ref #1
  • Loading branch information
Ircama committed Sep 9, 2024
1 parent 9cb601e commit c5164e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def GenerateErrorPage(url, error, description):
<br />
<br />
<div class="container-fluid">
<h3><a href='""" + url + """'>Click here to access the same funtion on the target system</a></h3>
<h3><a href='""" + url + """'>Click here to access the same page on the target system</a></h3>
</div>
</body>
</html>
Expand Down

0 comments on commit c5164e8

Please sign in to comment.