From 722f86d609219405a6e425ea93d466fbc164768e Mon Sep 17 00:00:00 2001 From: geminiyellow Date: Wed, 24 Aug 2016 13:43:21 +0900 Subject: [PATCH] typo: `min_evolve_speed` -> `max_evolve_speed` --- docs/configuration_files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration_files.md b/docs/configuration_files.md index 840cebd55c..6262e9b8ec 100644 --- a/docs/configuration_files.md +++ b/docs/configuration_files.md @@ -95,7 +95,7 @@ The behaviors of the bot are configured via the `tasks` key in the `config.json` * EvolvePokemon * `evolve_all`: Default `NONE` | Set to `"all"` to evolve Pokémon if possible when the bot starts. Can also be set to individual Pokémon as well as multiple separated by a comma. e.g "Pidgey,Rattata,Weedle,Zubat" * `min_evolve_speed`: Default `25` | Minimum seconds to wait between each evolution - * `min_evolve_speed`: Default `30` | Maximum seconds to wait between each evolution + * `max_evolve_speed`: Default `30` | Maximum seconds to wait between each evolution * `use_lucky_egg`: Default: `False` * FollowPath * `path_mode`: Default `loop` | Set the mode for the path navigator (loop or linear).