Skip to content

Commit

Permalink
spelling corrections using en_US dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
tkphd authored and fmichonneau committed Aug 30, 2018
1 parent 4100934 commit 71ace0f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/base_path.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% comment %}
This is adapated from: https://ricostacruz.com/til/relative-paths-in-jekyll
This is adapted from: https://ricostacruz.com/til/relative-paths-in-jekyll

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

Expand Down
2 changes: 1 addition & 1 deletion _includes/javascript.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% comment %}
Javascript used in lesson and workshop pages.
JavaScript used in lesson and workshop pages.
{% endcomment %}
<script src="{{ relative_root_path }}/assets/js/jquery.min.js"></script>
<script src="{{ relative_root_path }}/assets/js/bootstrap.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion _includes/lc/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</p>
<ul>
<li>automate repetitive, boring, error-prone tasks</li>
<li>create, maintain and analyse sustainable and reusable data</li>
<li>create, maintain and analyze sustainable and reusable data</li>
<li>work effectively with IT and systems colleagues</li>
<li>better understand the use of software in research</li>
<li>and much more...</li>
Expand Down
2 changes: 1 addition & 1 deletion assets/css/lesson.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $color-testimonial: #fc8dc1 !default;
.matlab, .language-matlab { @include cdSetup($color-source); }
.python, .language-python { @include cdSetup($color-source); }
.r, .language-r { @include cdSetup($color-source); }
.sql, .langauge-sql { @include cdSetup($color-source); }
.sql, .language-sql { @include cdSetup($color-source); }

.error pre,
.output pre,
Expand Down
2 changes: 1 addition & 1 deletion bin/chunk-options.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ knitr_fig_path <- function(prefix) {
opts_chunk$set(fig.path = new_path)
}

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

0 comments on commit 71ace0f

Please sign in to comment.