From 6f8636f3de5270569c93f1602e0ac757fc5b4dc7 Mon Sep 17 00:00:00 2001 From: Juan Pablo Garcia Ripa Date: Thu, 27 Nov 2025 23:53:05 +0100 Subject: [PATCH] fix: remove unnecessary changes, and clarify the pattern comments Signed-off-by: Juan Pablo Garcia Ripa --- packages/backend-plugin-api/src/wiring/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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