Skip to content

Commit

Permalink
Merge pull request #167 from quisquous/patch-2
Browse files Browse the repository at this point in the history
Fix typo in WSConfigPanel
  • Loading branch information
ngld committed Sep 9, 2020
2 parents 73ae931 + 89ee1a1 commit 205c4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OverlayPlugin.Core/Controls/WSConfigPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ private void simpStartBtn_Click(object sender, EventArgs e)
{
simpLogBox.AppendText("Done!\r\n");
simpLogBox.AppendText("\r\n#############################################\r\nUse the URL Generator below to generate URLs for you.\r\n\r\n");
simpLogBox.AppendText("\r\nIf you know what you're doring or you're using an overlay that isn't listed, here are some query strings for you:\r\n");
simpLogBox.AppendText("\r\nIf you know what you're doing or you're using an overlay that isn't listed, here are some query strings for you:\r\n");
simpLogBox.AppendText("\r\n ?HOST_PORT=" + _ngrokPrefix + "\r\n ?OVERLAY_WS=" + _ngrokPrefix + "/ws\r\n");
simpLogBox.AppendText("#############################################\r\n");
Expand Down

0 comments on commit 205c4f6

Please sign in to comment.