Skip to content

Commit 62ad564

Browse files
rwillmerkieronqtran
authored andcommitted
chore(docs): fix ng serve description
Fixes angular#2697 Close angular#2717
1 parent 3e1611f commit 62ad564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-cli/commands/serve.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const ServeCommand = Command.extend({
4141
type: String,
4242
default: 'localhost',
4343
aliases: ['H'],
44-
description: 'Listens on all interfaces by default'
44+
description: 'Listens only on localhost by default'
4545
},
4646
{ name: 'proxy-config', type: 'Path', aliases: ['pc'] },
4747
{ name: 'watcher', type: String, default: 'events', aliases: ['w'] },

0 commit comments

Comments
 (0)