summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/examples/fetch_data.md2
-rw-r--r--docs/examples/hello_world.md2
-rw-r--r--docs/examples/import_export.md2
-rw-r--r--docs/examples/manage_dependencies.md6
-rw-r--r--docs/examples/read_write_files.md2
-rw-r--r--docs/toc.json10
6 files changed, 12 insertions, 12 deletions
diff --git a/docs/examples/fetch_data.md b/docs/examples/fetch_data.md
index 737ce29cf..4cd22bf2f 100644
--- a/docs/examples/fetch_data.md
+++ b/docs/examples/fetch_data.md
@@ -1,4 +1,4 @@
-# Fetch Data
+# Fetch data
## Concepts
diff --git a/docs/examples/hello_world.md b/docs/examples/hello_world.md
index e1097497d..11418c19c 100644
--- a/docs/examples/hello_world.md
+++ b/docs/examples/hello_world.md
@@ -1,4 +1,4 @@
-# Hello World
+# Hello world
## Concepts
diff --git a/docs/examples/import_export.md b/docs/examples/import_export.md
index 7be14997b..f2cd78222 100644
--- a/docs/examples/import_export.md
+++ b/docs/examples/import_export.md
@@ -1,4 +1,4 @@
-# Import and Export Modules
+# Import and export modules
## Concepts
diff --git a/docs/examples/manage_dependencies.md b/docs/examples/manage_dependencies.md
index f90a5fbd5..978a8ce48 100644
--- a/docs/examples/manage_dependencies.md
+++ b/docs/examples/manage_dependencies.md
@@ -1,4 +1,4 @@
-# Managing Dependencies
+# Managing dependencies
## Concepts
@@ -30,8 +30,8 @@ clean separation between dev only and production dependencies.
```ts
/**
- * deps.ts
- *
+ * deps.ts
+ *
* This module re-exports the required methods from the dependant remote Ramda module.
**/
export {
diff --git a/docs/examples/read_write_files.md b/docs/examples/read_write_files.md
index 2c1be78c6..ed49f0159 100644
--- a/docs/examples/read_write_files.md
+++ b/docs/examples/read_write_files.md
@@ -1,4 +1,4 @@
-# Read and Write Files
+# Read and write files
## Concepts
diff --git a/docs/toc.json b/docs/toc.json
index 69de361e2..875fc6166 100644
--- a/docs/toc.json
+++ b/docs/toc.json
@@ -40,11 +40,11 @@
"examples": {
"name": "Examples",
"children": {
- "hello_world": "Hello World",
- "import_export": "Import and Export Modules",
- "manage_dependencies": "Manage Dependencies",
- "fetch_data": "Fetch Data",
- "read_write_files": "Read and Write Files",
+ "hello_world": "Hello world",
+ "import_export": "Import and export modules",
+ "manage_dependencies": "Manage dependencies",
+ "fetch_data": "Fetch data",
+ "read_write_files": "Read and write files",
"unix_cat": "Unix cat program",
"http_server": "HTTP web server",
"file_server": "File server",