Skip to content

Commit

Permalink
Fix typo in final Info message (#11914)
Browse files Browse the repository at this point in the history
"Connect you browser" -> "Connect your browser"
  • Loading branch information
mgrojo committed Mar 19, 2022
1 parent 571e635 commit 56e7507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 56e7507

Please sign in to comment.