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.