Skip to content

Commit 04ea430

Browse files
authored
Merge pull request openjournals#1371 from openjournals/typo-fix
Updating footer typo
2 parents 0f3e557 + 8365784 commit 04ea430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/content/layout/_footer.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="row footer">
22
<div class="col-sm-6">
33
<%= link_to image_tag("osi.png", height: "65px"), "https://opensource.org" %>
4-
<p><%= Rails.application.settings['name'] %> is an <a href="https://opensource.org/affiliates/list">affiliate</a> of the <a href="https://opensource.org">Open Source Inititative</a>.</p>
4+
<p><%= Rails.application.settings['name'] %> is an <a href="https://opensource.org/affiliates/list">affiliate</a> of the <a href="https://opensource.org">Open Source Initiative</a>.</p>
55
</div>
66

77
<div class="col-sm-6">

0 commit comments

Comments
 (0)