From 22abc77c4ce3f30e4e68a52f59daa1a52e36e8c9 Mon Sep 17 00:00:00 2001 From: Logan Campos Date: Tue, 22 Jan 2019 01:07:02 -0600 Subject: [PATCH] Fixed minor typo on line 75, Disable was misspelled. --- documents/resources/daemon-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/resources/daemon-settings.md b/documents/resources/daemon-settings.md index 4d0ddc2..528fa0e 100644 --- a/documents/resources/daemon-settings.md +++ b/documents/resources/daemon-settings.md @@ -72,5 +72,5 @@ Configuration options are organized by their respective areas: Files, Wallet, Ne ### Other | Setting | Format | Default value | Sample Values | Description | |--------------------|---------|---------------|--------------------------------|---------------------------------------------------------------------------------------------------------------| -| components_to_skip | list | [] | ['reflector','hash_announcer'] | Disabe components, [see entire list here](https://github.com/lbryio/lbry/wiki/Component-Dependencies-Table) | +| components_to_skip | list | [] | ['reflector','hash_announcer'] | Disable components, [see entire list here](https://github.com/lbryio/lbry/wiki/Component-Dependencies-Table) | | share_usage_data | boolean | true | false | Share analytics data |