spelling corrections using en_US dictionary
authorTrevor Keller <trevor.keller@nist.gov>
Wed, 29 Aug 2018 22:56:02 +0000 (18:56 -0400)
committerFrançois Michonneau <francois.michonneau@gmail.com>
Thu, 30 Aug 2018 11:26:13 +0000 (07:26 -0400)
_includes/base_path.html
_includes/javascript.html
_includes/lc/intro.html
assets/css/lesson.scss
bin/chunk-options.R

index 0acf4b94888969a528843b73ddaef1454b054b46..7efb3570a51f633bb1e6afe1075747dfdea22f3e 100644 (file)
@@ -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 /:
 
index ac8f16d0e04c6b79976ee5e533340e82f123d0e4..fcc74e6ecc1644f6e70d275fdc1db01c461ebbb0 100644 (file)
@@ -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>
index a4a53eca5f1a8ee65d8bbc00ece3fd2ba14e737a..7f8609a52e1f64dcd79c4e8730bd7324616bccf5 100644 (file)
@@ -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>
index 522e4fde6b0aa1910a54053926d6ef220f064e7e..6e9e81ea24fc38d6cfb41e07ca150de278e1499c 100644 (file)
@@ -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,
index 8ac95729372ae9cf1ddb8a4aa32ee1cc608ec84d..6bd4aefaeb72ba14d2765e8dfffc8fa5592d91c9 100644 (file)
@@ -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,