Skip to content

Commit b51aea7

Browse files
committed
fixup! docs: clarify outputMode description in application schema
1 parent 9d9b726 commit b51aea7

File tree

1 file changed

+1
-1
lines changed
  • packages/angular/build/src/builders/application

1 file changed

+1
-1
lines changed

packages/angular/build/src/builders/application/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
},
612612
"outputMode": {
613613
"type": "string",
614-
"description": "Defines the build output target. 'static': Generates a static site build artifact for deployment on any static hosting service. 'server': Generates a server application build artifact, required for applications using hybrid rendering or APIs.",
614+
"description": "Defines the type of build output artifact. 'static': Generates a static site build artifact for deployment on any static hosting service. 'server': Generates a server application build artifact, required for applications using hybrid rendering or APIs.",
615615
"enum": ["static", "server"]
616616
}
617617
},

0 commit comments

Comments
 (0)