Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Nov 26, 2024
1 parent cd79053 commit 1e74703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/conference-post.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2>Agenda</h2>
<div class="c-links">
<ul>
{% if session.slides %}
<li>Vou can access the presentation <a target="_blank" href="{{ session.slides }}">slides.</a></li>
<li>You can access the presentation <a target="_blank" href="{{ session.slides }}">slides.</a></li>
{% endif %}
{% if session.feedback %}
<li>Please provide feedback on the session <a target="_blank" href="{{ session.feedback }}">using this form.</a></li>
Expand Down

0 comments on commit 1e74703

Please sign in to comment.