From 52ace057fc466c3cf63ba880602f24668ae2ea76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20K=C3=B6nig?= Date: Mon, 2 Dec 2024 09:54:26 +0100 Subject: [PATCH] chore: wording --- packages/transport/src/core/Reference.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/transport/src/core/Reference.ts b/packages/transport/src/core/Reference.ts index 69d3b4cf2..944c6237d 100644 --- a/packages/transport/src/core/Reference.ts +++ b/packages/transport/src/core/Reference.ts @@ -50,7 +50,7 @@ export class Reference extends Serializable implements IReference { if (![3, 5].includes(splitted.length)) { throw TransportCoreErrors.general.invalidTruncatedReference( - `A TruncatedReference must consist of either exactly 3 or exactly 5 components, but it consists of '${splitted.length}'.` + `A TruncatedReference must consist of either exactly 3 or exactly 5 components, but it consists of '${splitted.length}' components.` ); }