From a77d8ac676f6f6ce02ce574dda70e188a9c5f80d Mon Sep 17 00:00:00 2001 From: Pete Moore Date: Sat, 2 Feb 2019 16:04:28 +0100 Subject: [PATCH] typo fix (credit: @djmitche) --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aba82e02..2193c5b8 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ and reports back results to the queue. rootURL The root URL of the taskcluster deployment to which clientId and accessToken grant access. For example, 'https://taskcluster.net'. Individual services can - override this settings - see the *BaseURL settings. + override this setting - see the *BaseURL settings. workerId A name to uniquely identify your worker. workerType This should match a worker_type managed by the provisioner you have specified. diff --git a/main.go b/main.go index e819f0b2..e20e46e8 100644 --- a/main.go +++ b/main.go @@ -178,7 +178,7 @@ and reports back results to the queue. rootURL The root URL of the taskcluster deployment to which clientId and accessToken grant access. For example, 'https://taskcluster.net'. Individual services can - override this settings - see the *BaseURL settings. + override this setting - see the *BaseURL settings. workerId A name to uniquely identify your worker. workerType This should match a worker_type managed by the provisioner you have specified.