Skip to content

Commit 71ace0f

Browse files
Trevor Kellerfmichonneau
authored andcommitted
spelling corrections using en_US dictionary
1 parent 4100934 commit 71ace0f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

_includes/base_path.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% comment %}
2-
This is adapated from: https://ricostacruz.com/til/relative-paths-in-jekyll
2+
This is adapted from: https://ricostacruz.com/til/relative-paths-in-jekyll
33

44
`page.url` gives the URL of the current page with a leading /:
55

_includes/javascript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% comment %}
2-
Javascript used in lesson and workshop pages.
2+
JavaScript used in lesson and workshop pages.
33
{% endcomment %}
44
<script src="{{ relative_root_path }}/assets/js/jquery.min.js"></script>
55
<script src="{{ relative_root_path }}/assets/js/bootstrap.min.js"></script>

_includes/lc/intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55
<ul>
66
<li>automate repetitive, boring, error-prone tasks</li>
7-
<li>create, maintain and analyse sustainable and reusable data</li>
7+
<li>create, maintain and analyze sustainable and reusable data</li>
88
<li>work effectively with IT and systems colleagues</li>
99
<li>better understand the use of software in research</li>
1010
<li>and much more...</li>

assets/css/lesson.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $color-testimonial: #fc8dc1 !default;
4444
.matlab, .language-matlab { @include cdSetup($color-source); }
4545
.python, .language-python { @include cdSetup($color-source); }
4646
.r, .language-r { @include cdSetup($color-source); }
47-
.sql, .langauge-sql { @include cdSetup($color-source); }
47+
.sql, .language-sql { @include cdSetup($color-source); }
4848

4949
.error pre,
5050
.output pre,

bin/chunk-options.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ knitr_fig_path <- function(prefix) {
2020
opts_chunk$set(fig.path = new_path)
2121
}
2222

23-
## We use the rmd- prefix for the figures generated by the lssons so
23+
## We use the rmd- prefix for the figures generated by the lessons so
2424
## they can be easily identified and deleted by `make clean-rmd`. The
2525
## working directory when the lessons are generated is the root so the
2626
## figures need to be saved in fig/, but when the site is generated,

0 commit comments

Comments
 (0)