Skip to content

Commit e80caa7

Browse files
committed
fixed typos
1 parent c4aa60b commit e80caa7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: index.Rmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ $(document).on("slide.bs.carousel", "#widget-carousel", function(e) {
9696

9797
<div class="col-sm-5 benefits">
9898
<div class="hidden-xs">&nbsp;</div>
99-
<h4>A List of gglot2 extensions</h4>
99+
<h4>A List of ggplot2 extensions</h4>
100100
<ul>
101-
<li>This site tracks and lists <strong>gglot2</strong> extenstions developed by R users in the community.</li>
101+
<li>This site tracks and lists <strong>ggplot2</strong> extensions developed by R users in the community.</li>
102102
<li>The aim is to make it easy for R users to find developed extensions.</li>
103103
</ul>
104104
</div>
@@ -181,7 +181,7 @@ $(document).on("slide.bs.carousel", "#widget-carousel", function(e) {
181181
<h3>Submit your extension</h3>
182182
<div class="row">
183183
<div class="col-sm-9">
184-
<p>Submit your ggplot2 extension so that other R users can easily find. Do so by just filing an issue on github or creating a pull request.</p>
184+
<p>Submit your ggplot2 extensions so that other R users can easily find them. To do so, simply create an issue or a pull request on the <a href="https://github.com/ggplot2-exts/ggplot2-exts.github.io/tree/dev" target="_blank">github</a> repo.</p>
185185
</div>
186186
<div class="col-sm-3">
187187
<p><a class="btn btn-primary" href="https://github.com/ggplot2-exts/ggplot2-exts.github.io/tree/dev" target="_blank" role="button">Submit your Extension &raquo;</a></p>

Diff for: index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h1 class="title">ggplot2 extensions</h1>
184184
<div class="hidden-xs">&nbsp;</div>
185185
<h4>A List of ggplot2 extensions</h4>
186186
<ul>
187-
<li>This site tracks and lists <strong>ggplot2</strong> extenstions developed by R users in the community.</li>
187+
<li>This site tracks and lists <strong>ggplot2</strong> extensions developed by R users in the community.</li>
188188
<li>The aim is to make it easy for R users to find developed extensions.</li>
189189
</ul>
190190
</div>
@@ -267,7 +267,7 @@ <h3>See the Extensions</h3>
267267
<h3>Submit your extension</h3>
268268
<div class="row">
269269
<div class="col-sm-9">
270-
<p>Submit your ggplot2 extension so that other R users can easily find. To do so, simply create an issue or a pull request on the <a href="https://github.com/ggplot2-exts/ggplot2-exts.github.io/tree/dev" target="_blank">github</a> repo.</p>
270+
<p>Submit your ggplot2 extensions so that other R users can easily find them. To do so, simply create an issue or a pull request on the <a href="https://github.com/ggplot2-exts/ggplot2-exts.github.io/tree/dev" target="_blank">github</a> repo.</p>
271271
</div>
272272
<div class="col-sm-3">
273273
<p><a class="btn btn-primary" href="https://github.com/ggplot2-exts/ggplot2-exts.github.io/tree/dev" target="_blank" role="button">Submit your Extension &raquo;</a></p>

0 commit comments

Comments
 (0)