mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix typo on collection discovery doc
(the example from the doc crashes on setting validation)
This commit is contained in:
parent
c739bbfcac
commit
0a9a04eabd
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ by automatically downloading a list of the configured user's collections::
|
||||||
[pair my_contacts]
|
[pair my_contacts]
|
||||||
a = my_contacts_local
|
a = my_contacts_local
|
||||||
b = my_contacts_remote
|
b = my_contacts_remote
|
||||||
collections = from b
|
collections = ["from b"]
|
||||||
|
|
||||||
[storage my_contacts_local]
|
[storage my_contacts_local]
|
||||||
type = filesystem
|
type = filesystem
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue