From daec11b9810a9fc08b381e3b3e6cb6136e2f807f Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 2 Nov 2025 21:57:26 +0000
Subject: [PATCH] Fix additional grammar and clarity issues in documentation
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
---
docs/User Guide/User Guide/Collections.md | 2 +-
.../User Guide/Installation & Setup/Desktop Installation.md | 2 +-
docs/User Guide/User Guide/Scripting.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/User Guide/User Guide/Collections.md b/docs/User Guide/User Guide/Collections.md
index b97b4d952..b80bc49d8 100644
--- a/docs/User Guide/User Guide/Collections.md
+++ b/docs/User Guide/User Guide/Collections.md
@@ -1,5 +1,5 @@
# Collections
-Collections are a unique type of notes that don't have a content, but instead display its child notes in various presentation methods.
+Collections are a unique type of notes that don't have content, but instead display their child notes in various presentation methods.
## Main collections
diff --git a/docs/User Guide/User Guide/Installation & Setup/Desktop Installation.md b/docs/User Guide/User Guide/Installation & Setup/Desktop Installation.md
index c96a1e1cd..c8eb58ee5 100644
--- a/docs/User Guide/User Guide/Installation & Setup/Desktop Installation.md
+++ b/docs/User Guide/User Guide/Installation & Setup/Desktop Installation.md
@@ -16,4 +16,4 @@ Trilium offers various startup scripts to customize your experience:
## Synchronization
-For Trilium desktp users who wish to synchronize their data with a server instance, refer to the Synchronization guide for detailed instructions.
\ No newline at end of file
+For Trilium desktop users who wish to synchronize their data with a server instance, refer to the Synchronization guide for detailed instructions.
\ No newline at end of file
diff --git a/docs/User Guide/User Guide/Scripting.md b/docs/User Guide/User Guide/Scripting.md
index f5724f8a3..16146aef2 100644
--- a/docs/User Guide/User Guide/Scripting.md
+++ b/docs/User Guide/User Guide/Scripting.md
@@ -1,7 +1,7 @@
# Scripting
Trilium supports creating Code notes, i.e. notes which allow you to store some programming code and highlight it. Special case is JavaScript code notes which can also be executed inside Trilium which can in conjunction with Script API provide extra functionality.
-## Scripting
+## Architecture Overview
To go further I must explain basic architecture of Trilium - in its essence it is a classic web application - it has these two main components: