Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Dec 8, 2024
1 parent eef33f7 commit 5515d1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ Default: `/var/lib/radicale/collections`

##### use_cache_subfolder_for_item

Use subfolder `collections-cache' for cache file structure of item instead of inside collection folders, created if not present
Use subfolder `collection-cache` for cache file structure of item instead of inside collection folders, created if not present

Default: `False`

Expand Down
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
# Folder for storing local collections, created if not present
#filesystem_folder = /var/lib/radicale/collections

# Use subfolder `collections-cache' for item cache file structure instead of inside collection folder
# Use subfolder 'collection-cache' for item cache file structure instead of inside collection folder
#use_cache_subfolder_for_item = False

# Delete sync token that are older (seconds)
Expand Down
2 changes: 1 addition & 1 deletion radicale/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def json_str(value: Any) -> dict:
"type": filepath}),
("use_cache_subfolder_for_item", {
"value": "False",
"help": "use subfolder `collections-cache' for item cache file structure instead of inside collection folder",
"help": "use subfolder 'collection-cache' for item cache file structure instead of inside collection folder",
"type": bool}),
("max_sync_token_age", {
"value": "2592000", # 30 days
Expand Down

0 comments on commit 5515d1e

Please sign in to comment.