From 71ace0f4b9d840589768d5289815bdb9756f0721 Mon Sep 17 00:00:00 2001
From: Trevor Keller
Date: Wed, 29 Aug 2018 18:56:02 -0400
Subject: [PATCH] spelling corrections using en_US dictionary
---
_includes/base_path.html | 2 +-
_includes/javascript.html | 2 +-
_includes/lc/intro.html | 2 +-
assets/css/lesson.scss | 2 +-
bin/chunk-options.R | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/_includes/base_path.html b/_includes/base_path.html
index 0acf4b9..7efb357 100644
--- a/_includes/base_path.html
+++ b/_includes/base_path.html
@@ -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 /:
diff --git a/_includes/javascript.html b/_includes/javascript.html
index ac8f16d..fcc74e6 100644
--- a/_includes/javascript.html
+++ b/_includes/javascript.html
@@ -1,5 +1,5 @@
{% comment %}
- Javascript used in lesson and workshop pages.
+ JavaScript used in lesson and workshop pages.
{% endcomment %}
diff --git a/_includes/lc/intro.html b/_includes/lc/intro.html
index a4a53ec..7f8609a 100644
--- a/_includes/lc/intro.html
+++ b/_includes/lc/intro.html
@@ -4,7 +4,7 @@
- automate repetitive, boring, error-prone tasks
- - create, maintain and analyse sustainable and reusable data
+ - create, maintain and analyze sustainable and reusable data
- work effectively with IT and systems colleagues
- better understand the use of software in research
- and much more...
diff --git a/assets/css/lesson.scss b/assets/css/lesson.scss
index 522e4fd..6e9e81e 100644
--- a/assets/css/lesson.scss
+++ b/assets/css/lesson.scss
@@ -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,
diff --git a/bin/chunk-options.R b/bin/chunk-options.R
index 8ac9572..6bd4aef 100644
--- a/bin/chunk-options.R
+++ b/bin/chunk-options.R
@@ -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,