Skip to content

Commit 190bbef

Browse files
authored
Merge pull request #1852 from sxravan/master
Fixed one error in quick-start.md
2 parents 5416d94 + fc9b4fd commit 190bbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Any files placed here will be served up to the root of the domain, and override
4242
For example, if you had `user-data/favicon.ico` this would be accessible at `http://my-dashy-instance.local/favicon.ico`
4343

4444
Example Files in `user-data`:
45-
- `conf.yml` - This is the only file that is compulsary, it's your main Dashy config
45+
- `conf.yml` - This is the only file that is compulsory, it's your main Dashy config
4646
- `**.yml` - Include more config files, if you'd like to have multiple pages, see [Multi-page support](/docs/pages-and-sections.md#multi-page-support) for docs
4747
- `favicon.ico` - The default favicon, shown in the browser's tab title
4848
- `initialization.html` - Static HTML page displayed before the app has finished compiling, see [`public/initialization.html`](https://github.com/Lissy93/dashy/blob/master/public/initialization.html)

0 commit comments

Comments
 (0)