Skip to content

Commit cb21310

Browse files
committed
doc build regression
1 parent 7a3015f commit cb21310

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/b2c-tooling-sdk/src/scaffold

packages/b2c-tooling-sdk/src/scaffold/engine.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ export function renderTemplate(template: string, context: TemplateContext): stri
9191
}
9292

9393
/**
94-
* Render a file path template (using {{variable}} syntax)
95-
* @param pathTemplate - The path template string (e.g., "{{cartridgeName}}/cartridge/{{kebabCase moduleName}}.js")
94+
* Render a file path template (using double-brace variable syntax)
95+
* @param pathTemplate - The path template string with double-brace placeholders
9696
* @param context - Template context with variables and helpers
9797
* @returns Rendered path string
9898
*/

0 commit comments

Comments
 (0)