Skip to content

Commit 44327f4

Browse files
authored
Merge pull request #17 from G2-Games/main
Fixed typo on front page
2 parents 06bbe4a + 73b6b76 commit 44327f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="display-5 fw-bold lh-1 mb-3">Welcome to the <strong class="text-aeror
2323
</p>
2424
<p class="lead">
2525
Rust has many compelling features and benefits over other languages used in these industries,
26-
including easily interoperable with other languages and tool chains.
26+
including being easily interoperable with other languages and tool chains.
2727
<br>
2828
{# <a href="#learn-more" class="fw-bold">Learn more...</a> #}
2929
</p>
@@ -70,4 +70,4 @@ <h3 class="display-5 fst-italic">Subscribe to our newsletter</h2>
7070
</div>
7171

7272
{# <p>Click <a href="{{ get_url(path=" @/blog/_index.md") }}">here</a> to see my posts.</p> -#}
73-
{% endblock content %}
73+
{% endblock content %}

0 commit comments

Comments
 (0)