forked from loafle/openapi-generator-original
Fix typo in final Info message (#11914)
"Connect you browser" -> "Connect your browser"
This commit is contained in:
parent
571e635a54
commit
56e7507ffb
@ -37,7 +37,7 @@ begin
|
||||
WS.Configure (Configure'Access);
|
||||
WS.Register_Application ("{{basePathWithoutHost}}", App'Unchecked_Access);
|
||||
App.Dump_Routes (Util.Log.INFO_LEVEL);
|
||||
Log.Info ("Connect you browser to: http://localhost:{0}{{basePathWithoutHost}}/ui/index.html",
|
||||
Log.Info ("Connect your browser to: http://localhost:{0}{{basePathWithoutHost}}/ui/index.html",
|
||||
Util.Strings.Image (Port));
|
||||
|
||||
WS.Start;
|
||||
|
Loading…
x
Reference in New Issue
Block a user