Skip to content

Commit

Permalink
docs(core): update grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Aug 3, 2023
1 parent bf5111c commit c2e7c55
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

0 comments on commit c2e7c55

Please sign in to comment.