From d28ce650e9ac3bbc4c9a1b5fae1d1bbec527674b Mon Sep 17 00:00:00 2001 From: Alex Wong Date: Tue, 12 Mar 2019 15:40:20 +0800 Subject: [PATCH] fix typo --- docs/gitbook/how-it-works.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gitbook/how-it-works.md b/docs/gitbook/how-it-works.md index 1a02ad1e1..b13fb0155 100644 --- a/docs/gitbook/how-it-works.md +++ b/docs/gitbook/how-it-works.md @@ -586,9 +586,9 @@ webhooks: type: ngrinder # base url of your nGrinder controller server server: http://ngrinder-server:port - # ID of an existing test to clone from + # id of the test to clone from, the test must have been defined. clone: 100 - # user name and bae64 encoded password to authenticate against the nGrinder server + # user name and base64 encoded password to authenticate against the nGrinder server username: admin passwd: YWRtaW4= # the interval between between nGrinder test status polling, default to 1s