Skip to content

Commit

Permalink
docs(angular): fix the description of the standalone components option (
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Feb 14, 2023
1 parent 032efc2 commit 041121e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/generated/packages/workspace/generators/new.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"description": "Npm scope for importing libs."
},
"standaloneApi": {
"description": "Use the Standalone APIs if generating an Angular application.",
"description": "Use Standalone Components if generating an Angular application.",
"type": "boolean",
"default": false
},
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/workspace/generators/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}
},
"standaloneApi": {
"description": "Use the Standalone APIs if generating an Angular application.",
"description": "Use Standalone Components if generating an Angular application.",
"type": "boolean",
"default": false
},
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/src/generators/new/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"description": "Npm scope for importing libs."
},
"standaloneApi": {
"description": "Use the Standalone APIs if generating an Angular application.",
"description": "Use Standalone Components if generating an Angular application.",
"type": "boolean",
"default": false
},
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/src/generators/preset/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
},
"standaloneApi": {
"description": "Use the Standalone APIs if generating an Angular application.",
"description": "Use Standalone Components if generating an Angular application.",
"type": "boolean",
"default": false
},
Expand Down

1 comment on commit 041121e

@vercel
Copy link

@vercel vercel bot commented on 041121e Feb 14, 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.