Skip to content

Commit 99eab8b

Browse files
authored
Spelling and grammar corrections to website (#1242)
* Spelling corrections * Grammar corrections
1 parent bd73339 commit 99eab8b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/Library/Core/Page/Maintenance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#meta
22

3-
We would like to keep our space clean, these are some tools that help you do that.
3+
We would like to keep our space clean. These are some tools that help you do that.
44

55
# Aspiring pages
66
This shows all page links that link to a page that does not (yet) exist. These could be broken links or just pages _aspiring_ to be created.
@@ -17,8 +17,8 @@ No aspiring pages, all good!
1717
{{/let}}
1818
```
1919

20-
# Conflict copies
21-
These are pages that have conflicted copies (as a result of sync), have a look at them as well as their original (non-conflicted versions) and decide which one to keep.
20+
# Conflicting copies
21+
These are pages that have conflicting copies (as a result of sync). Have a look at them as well as their original (non-conflicting) versions and decide which one to keep.
2222

2323
```template
2424
{{#let @conflictPages = {

website/Spaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
A _space_ is SilverBullet terminology for a workspace, or project. [Obsidian](https://obsidian.md/) calls this a vault, [LogSeq](https://logseq.com/) calls it a graph. You may think of it as a [[Folders|folder]] or a directory — because in practical terms, that’s all it is.
44

5-
Feel free to back-up or manipulate your space’s folder and its files with whatever tool you like — you don’t have to use SilverBullet exclusively. You may want to turn your space’s folder into a git repository, for instance, and do version control and back-ups that way — in which case you may appreciated the [[Plugs/Git]] plug.
5+
Feel free to back up or manipulate your space’s folder and its files with whatever tool you like — you don’t have to use SilverBullet exclusively. You may want to turn your space’s folder into a git repository, for instance, and do version control and back-ups that way — in which case you may appreciate the [[Plugs/Git]] plug.
66

77
A space consists of
88
* [[Folders]]
99
* [[Pages]]
1010
* [[Attachments]]
1111

12-
# Folder lay-out
12+
# Folder layout
1313
Every space in SilverBullet at the very least has an index page (by default named `index.md`) and a [[SETTINGS]] page (named `SETTINGS.md`). If you install custom [[Plugs]], these will be kept under `_plug` in your space’s folder.
1414

1515
Likely you will be using [[Libraries]] that implement core functionality. In this case there will be a `Library` folder in your space as well.

0 commit comments

Comments
 (0)