Getting Started: fix typo (#1054)

pull/1055/head
Ben Boeckel 2024-08-20 18:57:57 +00:00 committed by GitHub
parent 0c4838e45c
commit 39b7cd4722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ You will notice this whole page section is wrapped in a strange type of block. T
SilverBullet has more tricks up its sleeve, we are just getting started. Consider [[Live Queries]] which allow you to query [[Objects]] in your space easily. [[Live Templates]] are another source of 🤯. SilverBullet has more tricks up its sleeve, we are just getting started. Consider [[Live Queries]] which allow you to query [[Objects]] in your space easily. [[Live Templates]] are another source of 🤯.
As a quick taster, check this out: heres a list of (max 5) pages in your space ordered by the date of last modification. t updates (somewhat) dynamically. Create some new pages and come back here to see that it works: As a quick taster, check this out: heres a list of (max 5) pages in your space ordered by the date of last modification. It updates (somewhat) dynamically. Create some new pages and come back here to see that it works:
```query ```query
page select name order by lastModified limit 5 page select name order by lastModified limit 5
@ -55,4 +55,4 @@ Got any more questions? Join our [community](https://community.silverbullet.md/)
Feel a bit more ready in this endeavor? If so, feel to remove [[Transclusions|transclusion]] that renders this on-boarding description. Youre on your own now. Feel a bit more ready in this endeavor? If so, feel to remove [[Transclusions|transclusion]] that renders this on-boarding description. Youre on your own now.
You got this. We believe in you. You got this. We believe in you.