Browse Source

fix typo

pull/14445/head
Mahmut Gundogdu 4 years ago
parent
commit
527912444e
  1. 2
      npm/ng-packs/packages/schematics/src/commands/create-lib/schema.json

2
npm/ng-packs/packages/schematics/src/commands/create-lib/schema.json

@ -15,7 +15,7 @@
},
"isSecondaryEntrypoint": {
"description": "Is secondary entrypoint",
"type": "boolean",
"type": "boolean",
"$default": false,
"x-prompt": "Is secondary entrypoint?"
},

Loading…
Cancel
Save