diff --git a/docs/userGuide/syntax/popovers.md b/docs/userGuide/syntax/popovers.md
index 657d3374af..d7be7472c7 100644
--- a/docs/userGuide/syntax/popovers.md
+++ b/docs/userGuide/syntax/popovers.md
@@ -96,7 +96,7 @@ This is the same
trigger as last one.
| trigger | `String` | `hover focus` | How the Popover is triggered.
Supports: `click`, `focus`, `hover`, or any space-separated combination of these. |
| header{{slot_info_trigger}} | `String` | `''` | Popover header, supports MarkDown text. |
| content{{slot_info_trigger}} | `String` | `''` | Popover content, supports MarkDown text. |
-| src | `String` | | The url to the remote page to be loaded as the content of the popover.
Both `.md` and `.html` are accepted. |
+| src | `String` | | The URL to the remote page to be loaded as the content of the popover.
Both `.md` and `.html` are accepted. |
| placement | `String` | `top` | How to position the Popover.
Supports: `top`, `left`, `right`, `bottom`. |
diff --git a/docs/userGuide/syntax/tabs.md b/docs/userGuide/syntax/tabs.md
index 2b9c328f62..97adfa7265 100644
--- a/docs/userGuide/syntax/tabs.md
+++ b/docs/userGuide/syntax/tabs.md
@@ -49,7 +49,7 @@ disabled | `Boolean` | `false` | Whether Tab Group is clickable and can be activ
-Tabs, tab group and individual tab can be omitted during printing by adding bootstrap's display property `class="d-print-none"` to the respective components.
+Tabs, tab group and individual tab can be omitted during printing by adding Bootstrap's display property `class="d-print-none"` to the respective components.
diff --git a/docs/userGuide/syntax/variables.md b/docs/userGuide/syntax/variables.md
index 4840fe8a27..49a7045e62 100644
--- a/docs/userGuide/syntax/variables.md
+++ b/docs/userGuide/syntax/variables.md
@@ -9,7 +9,7 @@
**Nunjucks [variables](https://mozilla.github.io/nunjucks/templating.html#set) are ideal for reusing small bits of code** in multiple places; you can define a variable to represent the code bit in question and reuse it anywhere in the site by referring to the variable instead of duplicating the code bit.
-MarkBind does not aim to alter the already robust variable features of nunjucks, but provides several extensions to it.
+MarkBind does not aim to alter the already robust variable features of Nunjucks, but provides several extensions to it.
### Global Variables
@@ -89,9 +89,9 @@ Student Number | Score | Rank
```
{% endraw %}
-
+
-```json {heading="Json File"}
+```json {heading="JSON File"}
{% include "userGuide/syntax/extra/scoreboard.json" %}
```
diff --git a/docs/userGuide/themes.md b/docs/userGuide/themes.md
index d73f3d9ed4..bec20a49c6 100644
--- a/docs/userGuide/themes.md
+++ b/docs/userGuide/themes.md
@@ -15,7 +15,7 @@
-**MarkBind supports the ability to style your website with a variety of bootstrap themes.**
+**MarkBind supports the ability to style your website with a variety of Bootstrap themes.**
diff --git a/docs/userGuide/tipsAndTricks.md b/docs/userGuide/tipsAndTricks.md
index edf7bcaac1..ec9694f401 100644
--- a/docs/userGuide/tipsAndTricks.md
+++ b/docs/userGuide/tipsAndTricks.md
@@ -40,7 +40,7 @@ the `v-pre` attribute using markdown-it-attrs or as a html attribute.
-This isn't necessary for `` elements, markdown code fences and inline code though, which markbind automatically
+This isn't necessary for `` elements, markdown code fences and inline code though, which MarkBind automatically
adds `v-pre` for.
However, this does not change the need for `{% raw %}{% endraw %}`. Meaning, you can still use variables within your code!
@@ -85,7 +85,7 @@ When you use links or triggers, you may encounter a situation where an unwanted
When the [default CI configuration for deployment](deployingTheSite.html#using-ci-platforms) is used, the latest version of MarkBind will be used in the CI workflows. This may be a later version of MarkBind than the one you use locally.
-* If you want to specify a version of MarkBind (eg. `v1.6.3`), you have to modify the step where `markbind-cli` is being installed to `npm i -g markbind-cli@v1.6.3`. For example, for Travis-CI, you can modifiy the `install` step in `.travis.yml` as follows:
+* If you want to specify a version of MarkBind (eg. `v1.6.3`), you have to modify the step where `markbind-cli` is being installed to `npm i -g markbind-cli@v1.6.3`. For example, for Travis-CI, you can modify the `install` step in `.travis.yml` as follows:
```yaml
install:
@@ -104,7 +104,7 @@ Here are the steps to set up Netlify to use a specific version of MarkBind.
1. Navigate to the root directory of your site.
1. Run `npm init` which will create `package.json` and `package.lock.json`
-1. Run `npm install markbind-cli@1.6.3 --save` to install markbind as a dependency (using v1.6.3 as an example)
+1. Run `npm install markbind-cli@1.6.3 --save` to install MarkBind as a dependency (using v1.6.3 as an example)
1. Create / Update `.gitignore` file in the root directory and add:
```
node_modules
diff --git a/docs/userGuide/usingHtmlJavaScriptCss.md b/docs/userGuide/usingHtmlJavaScriptCss.md
index f31672e7c2..599d90b8f5 100644
--- a/docs/userGuide/usingHtmlJavaScriptCss.md
+++ b/docs/userGuide/usingHtmlJavaScriptCss.md
@@ -122,7 +122,7 @@ const myChart = new Chart(ctx, {