From 71395a06566410eac0cd4e195febe50113b0c869 Mon Sep 17 00:00:00 2001 From: Kritonas Date: Mon, 4 May 2020 17:34:50 +0300 Subject: [PATCH] Fixed minor grammatical errors --- backend/remote/backend.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/remote/backend.go b/backend/remote/backend.go index a30b252ac..a6b7051e8 100644 --- a/backend/remote/backend.go +++ b/backend/remote/backend.go @@ -657,7 +657,7 @@ func (b *Remote) Operation(ctx context.Context, op *backend.Operation) (*backend "workspace %s not found\n\n"+ "The configured \"remote\" backend returns '404 Not Found' errors for resources\n"+ "that do not exist, as well as for resources that a user doesn't have access\n"+ - "to. When the resource does exists, please check the rights for the used token.", + "to. If the resource does exist, please check the rights for the used token.", name, ) default: @@ -863,7 +863,7 @@ func generalError(msg string, err error) error { fmt.Sprintf("%s: %v", msg, err), `The configured "remote" backend returns '404 Not Found' errors for resources `+ `that do not exist, as well as for resources that a user doesn't have access `+ - `to. If the resource does exists, please check the rights for the used token.`, + `to. If the resource does exist, please check the rights for the used token.`, )) return diags.Err() default: