Skip to content

Commit 9fd4e71

Browse files
Mathou54hansl
Mathou54
authored andcommitted
fix(@angular/cli): typo console output
Fix the typo in `DON'T USE IT FOR PRODUCTION USE!`. It is now `DON'T USE IT FOR PRODUCTION!`.
1 parent 8ea77b0 commit 9fd4e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/tasks/serve.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export default Task.extend({
246246
This is a simple server for use in testing or debugging Angular applications locally.
247247
It hasn't been reviewed for security issues.
248248
249-
DON'T USE IT FOR PRODUCTION USE!
249+
DON'T USE IT FOR PRODUCTION!
250250
****************************************************************************************
251251
`));
252252
}

0 commit comments

Comments
 (0)