From 67adbd46bc0dcc6ffd6d27dc76de0719caf45768 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 2 Jul 2021 11:55:57 +0200 Subject: [PATCH] Update packages/backend-common/src/reading/types.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrik Oldsberg Co-authored-by: Fredrik Adelöw --- packages/backend-common/src/reading/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend-common/src/reading/types.ts b/packages/backend-common/src/reading/types.ts index dd230a754d..ecaa582612 100644 --- a/packages/backend-common/src/reading/types.ts +++ b/packages/backend-common/src/reading/types.ts @@ -63,7 +63,7 @@ export type ReadUrlOptions = { * of the data, usually the commit SHA or etag from the target. * * When an etag is given in ReadUrlOptions, readUrl will first compare the etag against the etag - * on the target branch. If they match, readUrl will throw a NotModifiedError indicating that the readUrl + * on the target. If they match, readUrl will throw a NotModifiedError indicating that the readUrl * response will not differ from the previous response which included this particular etag. If they * do not match, readUrl will return the rest of ReadUrlResponse along with a new etag. */