Skip to content

Commit daec11b

Browse files
Copiloteliandoran
andcommitted
Fix additional grammar and clarity issues in documentation
Co-authored-by: eliandoran <[email protected]>
1 parent 25ac9e2 commit daec11b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/User Guide/User Guide/Collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Collections
2-
Collections are a unique type of notes that don't have a content, but instead display its child notes in various presentation methods.
2+
Collections are a unique type of notes that don't have content, but instead display their child notes in various presentation methods.
33

44
## Main collections
55

docs/User Guide/User Guide/Installation & Setup/Desktop Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Trilium offers various startup scripts to customize your experience:
1616

1717
## Synchronization
1818

19-
For Trilium desktp users who wish to synchronize their data with a server instance, refer to the <a class="reference-link" href="Synchronization.md">Synchronization</a> guide for detailed instructions.
19+
For Trilium desktop users who wish to synchronize their data with a server instance, refer to the <a class="reference-link" href="Synchronization.md">Synchronization</a> guide for detailed instructions.

docs/User Guide/User Guide/Scripting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Scripting
22
Trilium supports creating <a class="reference-link" href="Note%20Types/Code.md">Code</a> 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 <a class="reference-link" href="Scripting/Script%20API.md">Script API</a> provide extra functionality.
33

4-
## Scripting
4+
## Architecture Overview
55

66
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:
77

0 commit comments

Comments
 (0)