Skip to content

Commit ff7c8ca

Browse files
authored
Merge pull request #2 from sonicdoe/github-spelling
Fix spelling of “GitHub”
2 parents 1de8864 + 67769a6 commit ff7c8ca

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ <h2>Documentation and Help</h2>
7171
</div>
7272
</div>
7373
<div class="col-sm-8">
74-
<p>Micro has a built-in help system which you can access by pressing <code>Ctrl-E</code> and typing <code>help topic</code>. You can also press Ctrl-g to open the main help file. The help files are also viewable online in the Github repository.</p>
74+
<p>Micro has a built-in help system which you can access by pressing <code>Ctrl-E</code> and typing <code>help topic</code>. You can also press Ctrl-g to open the main help file. The help files are also viewable online in the GitHub repository.</p>
7575
<p>I also recommend reading the <a href="https://github.com/zyedidia/micro/tree/master/runtime/help/tutorial.md">tutorial</a> for
7676
a brief introduction to the more powerful configuration features micro offers.</p>
7777

7878
<br>
79-
<p>If you have any questions, feel free to open an issue in the <a href="https://github.com/zyedidia/micro/issues">Github issue tracker</a> or to ask more informally in the <a href="https://gitter.im/zyedidia/micro">Gitter chat</a></p>
79+
<p>If you have any questions, feel free to open an issue in the <a href="https://github.com/zyedidia/micro/issues">GitHub issue tracker</a> or to ask more informally in the <a href="https://gitter.im/zyedidia/micro">Gitter chat</a></p>
8080
</div>
8181
<div class="col-sm-1">
8282
</div>
@@ -129,7 +129,7 @@ <h2>Logos</h2>
129129
<br>
130130

131131
<footer class="footer">
132-
<p>View the source code for this website on <a href="https://github.com/micro-editor/micro-editor.github.io">Github</a></p>
132+
<p>View the source code for this website on <a href="https://github.com/micro-editor/micro-editor.github.io">GitHub</a></p>
133133
</footer>
134134
</div> <!-- /container -->
135135

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h2>Contributing</h2>
153153
<p>For a more informal setting to discuss the editor, you can join the Gitter chat.</p>
154154
<br>
155155
<div class="col-sm-6">
156-
<p style="text-align:center"><a class="btn btn-md btn-success" href="https://github.com/zyedidia/micro" role="button">View the Github project</a></p>
156+
<p style="text-align:center"><a class="btn btn-md btn-success" href="https://github.com/zyedidia/micro" role="button">View the GitHub project</a></p>
157157
</div>
158158
<div class="col-sm-6">
159159
<p style="text-align:center"><a class="btn btn-md btn-success" href="https://gitter.im/zyedidia/micro" role="button">Join the Gitter Chat</a></p>
@@ -176,7 +176,7 @@ <h2>Testimonials</h2>
176176
<br>
177177

178178
<footer class="footer">
179-
<p>View the source code for this website on <a href="https://github.com/micro-editor/micro-editor.github.io">Github</a></p>
179+
<p>View the source code for this website on <a href="https://github.com/micro-editor/micro-editor.github.io">GitHub</a></p>
180180
</footer>
181181
</div> <!-- /container -->
182182

plugins.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>Plugins</h2>
7777

7878

7979
<footer class="footer">
80-
<p>View the source code for this website on <a href="https://github.com/micro-editor/micro-editor.github.io">Github</a></p>
80+
<p>View the source code for this website on <a href="https://github.com/micro-editor/micro-editor.github.io">GitHub</a></p>
8181
</footer>
8282
</div> <!-- /container -->
8383

0 commit comments

Comments
 (0)