mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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]
|
||||
a = my_contacts_local
|
||||
b = my_contacts_remote
|
||||
collections = from b
|
||||
collections = ["from b"]
|
||||
|
||||
[storage my_contacts_local]
|
||||
type = filesystem
|
||||
|
|
|
|||
Loading…
Reference in a new issue