Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
  • Loading branch information
bcabanes and FrozenPandaz committed Jan 13, 2023
1 parent d2133a7 commit 62dfe34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function connectToNxCloudCommand(
output.log({
title: '✅ This workspace is already connected to Nx Cloud.',
bodyLines: [
'This means your workspace can use computation caching and distributed task execution, and show you run analytics.',
'This means your workspace can use computation caching, distributed task execution, and show you run analytics.',
'Go to https://nx.app to learn more.',
' ',
'Here is the token currently used by this workspace:',
Expand Down

0 comments on commit 62dfe34

Please sign in to comment.