From 35250eb2301a77fd0b3ca41a0199b6107034fe57 Mon Sep 17 00:00:00 2001 From: hroff-1902 Date: Wed, 6 Mar 2019 01:06:33 +0300 Subject: [PATCH] one more typo fixed (by @xmatthias) --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 87b4a6844..5d731bb57 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -207,7 +207,7 @@ The below is the default which is used if this is not configured in either strat The `order_time_in_force` configuration parameter defines the policy by which the order is executed on the exchange. Three commonly used time in force are: -**GTC (Goog Till Canceled):** +**GTC (Good Till Canceled):** This is most of the time the default time in force. It means the order will remain on exchange till it is canceled by user. It can be fully or partially fulfilled.