Skip to content

Commit

Permalink
docs(core): update grammar (#18466)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann authored Aug 3, 2023
1 parent 1a1cb4f commit 914cb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/nx-cloud/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function CloudRoot({
export const getStaticProps: GetStaticProps = async () => {
const document = nxCloudApi.generateRootDocumentIndex({
name: 'cloud',
description: 'Learn about what is Nx Cloud.',
description: 'Learn about Nx Cloud.',
});
return {
props: {
Expand Down

1 comment on commit 914cb1d

@vercel
Copy link

@vercel vercel bot commented on 914cb1d Aug 3, 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-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-dev-nrwl.vercel.app

Please sign in to comment.