Skip to content

Commit 36328ea

Browse files
authored
Merge pull request creativecommons#32 from sgrepos/patch-2
Spelling fix
2 parents fa78904 + fe11d05 commit 36328ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/project_list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% block title %}{{ this.title }}{% endblock %}
33
{% block body %}
44
<p>This is a list of all our open source software projects at Creative Commons.</p>
5-
<p>Please read the <a href="/contributing-code">Contributing Code</a> page for general information on how to contribute code to these projects. For contribution guidelines specific to a project, please read tha README and the CONTRIBUTING file in the project repository. Not all repositories have these files yet (we're working on it!); if you'd like to contribute to a repository with no guidelines available, please talk to us through <a href="/community">one of our community forums</a> or open a GitHub issue.</p>
5+
<p>Please read the <a href="/contributing-code">Contributing Code</a> page for general information on how to contribute code to these projects. For contribution guidelines specific to a project, please read the README and the CONTRIBUTING file in the project repository. Not all repositories have these files yet (we're working on it!); if you'd like to contribute to a repository with no guidelines available, please talk to us through <a href="/community">one of our community forums</a> or open a GitHub issue.</p>
66
<h2>Featured Projects</h2>
77
<div class="card-deck">
88
{% for repo in bag('repos.repos') %}

0 commit comments

Comments
 (0)