Skip to content

Commit

Permalink
fix(options/table): correct capitalization for links
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkarry committed Jun 12, 2024
1 parent 45159bd commit 80cc943
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/basics/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The configuration file uses JavaScript syntax, which means:
| [`searchLimit`](#searchlimit) | |
| [`notificationWebhookUrl`](#notificationwebhookurl) | |
| [`flatLinking`](#flatlinking) | |
| [`blockList`](#blockList) | |
| [`blockList`](#blocklist) | |
| [`sonarr`](#sonarr) | |
| [`radarr`](#radarr) | |

Expand All @@ -127,7 +127,7 @@ The configuration file uses JavaScript syntax, which means:
| [`skipRecheck`](#skiprecheck) | |
| [`includeEpisodes`](#includeepisodes) | |
| [`includeSingleEpisodes`](#includesingleepisodes) | |
| [`includeNonVideos`](#includeNonvideos) | |
| [`includeNonVideos`](#includenonvideos) | |
| [`fuzzySizeThreshold`](#fuzzysizethreshold) | |
| [`excludeOlder`](#excludeolder) | |
| [`excludeRecentSearch`](#excluderecentsearch) | |
Expand All @@ -140,15 +140,15 @@ The configuration file uses JavaScript syntax, which means:
| [`notificationWebhookUrl`](#notificationwebhookurl) | |
| [`host`](#host) | |
| [`port`](#port) | |
| [`rssCadence`](#rssCadence) | |
| [`rssCadence`](#rsscadence) | |
| [`searchCadence`](#searchcadence) | |
| [`snatchTimeout`](#snatchtimeout) | |
| [`searchTimeout`](#searchtimeout) | |
| [`searchLimit`](#searchlimit) | |
| [`apiAuth`](#apiauth) | |
| [`apiKey`](#apikey) | |
| [`flatLinking`](#flatlinking) | |
| [`blockList`](#blockList) | |
| [`blockList`](#blocklist) | |
| [`sonarr`](#sonarr) | |
| [`radarr`](#radarr) | |

Expand Down

0 comments on commit 80cc943

Please sign in to comment.