Skip to content

Commit

Permalink
fix(core): fix "running target targets" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jan 12, 2023
1 parent 454fba4 commit d1acfe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export async function createRunManyDynamicOutputRenderer({
clearPinnedFooter();

if (additionalFooterRows.length > 1) {
const text = `Running target ${formatTargetsAndProjects(
const text = `Running ${formatTargetsAndProjects(
projectNames,
targets,
tasks
Expand Down

1 comment on commit d1acfe0

@vercel
Copy link

@vercel vercel bot commented on d1acfe0 Jan 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.