diff --git a/packages/backend-plugin-api/src/wiring/constants.ts b/packages/backend-plugin-api/src/wiring/constants.ts index b5463d10da..8527802b99 100644 --- a/packages/backend-plugin-api/src/wiring/constants.ts +++ b/packages/backend-plugin-api/src/wiring/constants.ts @@ -19,7 +19,7 @@ * * @remarks * ids must only contain the letters `a` through `z` and digits, in groups separated by - * dashes. Additionally, the very first character of each such group + * dashes. Additionally, the very first character of the first group * must be a letter, not a digit * * @public