From 4e5b6e576e059c5ff140235b977cfebc260d76c5 Mon Sep 17 00:00:00 2001 From: bmarchesini Date: Mon, 5 Nov 2018 16:16:44 +0100 Subject: [PATCH] [DOCS] remove trailing comma from code example "," in excess for code examples for lines 78 and 133 --- docs/commandline/plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commandline/plugins.md b/docs/commandline/plugins.md index 40e2bf4d1..2d05a296d 100644 --- a/docs/commandline/plugins.md +++ b/docs/commandline/plugins.md @@ -75,7 +75,7 @@ Go to the config and configure it like this: simulationBalance: { // these are in the unit types configured in the watcher. asset: 1, - currency: 100, + currency: 100 }, // only want report after a sell? set to `false`. verbose: false, @@ -130,7 +130,7 @@ Mailer will automatically email you whenever Gekko has a new advice. // guarantee that your email address & password are safe! password: '', // Your GMail Password - if not supplied Gekko will prompt on startup. - tag: '[GEKKO] ', // Prefix all EMail subject lines with this + tag: '[GEKKO] ' // Prefix all EMail subject lines with this } - enabled indicates whether this is on or off.