From 69c23c00e00ddc20169381d4f872a65df2556db0 Mon Sep 17 00:00:00 2001 From: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> Date: Tue, 8 Oct 2019 22:07:38 +0300 Subject: [PATCH 1/2] Fix minor typos in the docs --- docs/strategy-customization.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/strategy-customization.md b/docs/strategy-customization.md index b927e5aad..c1c4fb6f6 100644 --- a/docs/strategy-customization.md +++ b/docs/strategy-customization.md @@ -246,9 +246,9 @@ Instead, have a look at the section [Storing information](#Storing-information) ### Storing information -Storing information can be accomplished by crating a new dictionary within the strategy class. +Storing information can be accomplished by creating a new dictionary within the strategy class. -The name of the variable can be choosen at will, but should be prefixed with `cust_` to avoid naming collisions with predefined strategy variables. +The name of the variable can be chosen at will, but should be prefixed with `cust_` to avoid naming collisions with predefined strategy variables. ```python class Awesomestrategy(IStrategy): @@ -344,7 +344,7 @@ def informative_pairs(self): As these pairs will be refreshed as part of the regular whitelist refresh, it's best to keep this list short. All intervals and all pairs can be specified as long as they are available (and active) on the used exchange. It is however better to use resampling to longer time-intervals when possible - to avoid hammering the exchange with too many requests and risk beeing blocked. + to avoid hammering the exchange with too many requests and risk being blocked. ### Additional data - Wallets From bcd02a871f5caba0c2e1314c77a550c6bb268898 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 8 Oct 2019 21:16:35 +0200 Subject: [PATCH 2/2] Fix beeing again ... --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72c04e151..a087103c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,6 +114,6 @@ Contributors may be given commit privileges. Preference will be given to those w 1. Access to resources for cross-platform development and testing. 1. Time to devote to the project regularly. -Beeing a Committer does not grant write permission on `develop` or `master` for security reasons (Users trust FreqTrade with their Exchange API keys). +Being a Committer does not grant write permission on `develop` or `master` for security reasons (Users trust FreqTrade with their Exchange API keys). -After beeing Committer for some time, a Committer may be named Core Committer and given full repository access. +After being Committer for some time, a Committer may be named Core Committer and given full repository access.