diff --git a/scripts/assemble-examples.ts b/scripts/assemble-examples.ts index e42ea637c..97f3bd2a7 100644 --- a/scripts/assemble-examples.ts +++ b/scripts/assemble-examples.ts @@ -1,6 +1,6 @@ #!/usr/bin/env npx tsx /** - * Build all Angular example apps and assemble them into a Vercel deploy directory. + * Build all Angular example apps and assemble them into the Vercel deploy directory. * * Output: deploy/examples/{product}/{topic}/ with index.html, main.js, styles.css *