diff --git a/docz/docs/03-demos/12-static/01-lume.md b/docz/docs/03-demos/12-static/01-lume.md
index 9bb28d9..5bcee84 100644
--- a/docz/docs/03-demos/12-static/01-lume.md
+++ b/docz/docs/03-demos/12-static/01-lume.md
@@ -216,7 +216,9 @@ After saving the spreadsheet, the page will refresh and show the new contents.
### Static Site
-6) Stop the server (press `CTRL+C` in the terminal window) and run
+6) Stop the server (press CTRL+C in the terminal window).
+
+7) Build the static site:
```bash
deno task lume
@@ -224,7 +226,7 @@ deno task lume
This will create a static site in the `_site` folder
-7) Test the generated site by running
+7) Test the generated site by starting a web server:
```bash
npx http-server _site
diff --git a/docz/docs/03-demos/12-static/09-nuxtjs.md b/docz/docs/03-demos/12-static/09-nuxtjs.md
index 191d730..fc280a1 100644
--- a/docz/docs/03-demos/12-static/09-nuxtjs.md
+++ b/docz/docs/03-demos/12-static/09-nuxtjs.md
@@ -391,7 +391,9 @@ The page should automatically refresh with the new content:
![Nuxt Demo end of step 6](pathname:///nuxt/nuxt6.png)
-7) Stop the server (press `CTRL+C` in the terminal window) and run
+7) Stop the server (press CTRL+C in the terminal window).
+
+8) Build the static site:
```bash
npm run generate
@@ -701,7 +703,9 @@ Set cell `A7` to "SheetJS Dev" and set `B7` to `47`. Save the spreadsheet.
The page should automatically refresh with the new content.
-7) Stop the server (press `CTRL+C` in the terminal window) and run
+7) Stop the server (press CTRL+C in the terminal window).
+
+8) Build the static site:
```bash
npx -y yarn run generate
diff --git a/docz/docs/03-demos/17-mobile/02-nativescript.md b/docz/docs/03-demos/17-mobile/02-nativescript.md
index 16d1274..b170f8e 100644
--- a/docz/docs/03-demos/17-mobile/02-nativescript.md
+++ b/docz/docs/03-demos/17-mobile/02-nativescript.md
@@ -364,8 +364,8 @@ npx -p nativescript ns run android
(this may take a while)
Once the simulator launches and the test app is displayed, end the script by
-selecting the terminal and entering the key sequence `CTRL + C`. On Windows,
-if prompted to `Terminate batch job`, type `y` and press Enter.
+selecting the terminal and pressing CTRL+C. On Windows, if
+prompted to `Terminate batch job`, type `y` and press Enter.
:::note pass
diff --git a/docz/docs/03-demos/30-cloud/18-github.md b/docz/docs/03-demos/30-cloud/18-github.md
index a20df03..3e2ac63 100644
--- a/docz/docs/03-demos/30-cloud/18-github.md
+++ b/docz/docs/03-demos/30-cloud/18-github.md
@@ -283,8 +283,8 @@ jobs:
```
5) Click on the source control icon (a little blue circle with the number 2).
- In the left panel, select Message box, type `init` and press `Ctrl+Enter` on
- Windows (`Command+Enter` on Mac).
+ In the left panel, select Message box, type `init` and press CTRL
+ +Enter on Windows (Command+Enter on MacOS).
6) Click the `☰` icon and click "Go to Repository" to return to the repo page.