Skip to content

Commit

Permalink
Update packages/compiler/src/init/init.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Cowlishaw <[email protected]>
  • Loading branch information
allenjzhang and markcowl authored Dec 20, 2024
1 parent 6da6db0 commit 04f7dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler/src/init/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export async function initTypeSpecProject(

if (Object.values(emitters).some((emitter) => emitter.message !== undefined)) {
// eslint-disable-next-line no-console
console.log(pc.yellow("\nPlease review following messages from emitters:"));
console.log(pc.yellow("\nPlease review the following messages from emitters:"));

for (const key of Object.keys(emitters)) {
if (emitters[key].message) {
Expand Down

0 comments on commit 04f7dce

Please sign in to comment.