Skip to content

Commit

Permalink
chore: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Dec 2, 2024
1 parent 5c94b99 commit 52ace05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transport/src/core/Reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`
);
}

Expand Down

0 comments on commit 52ace05

Please sign in to comment.