diff --git a/README.md b/README.md index d46aa5c1b..d7777af81 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Setup HTTP proxy: ExcludedHttpsHostNameRegex = new List() { "dropbox.com" } }; - //An explicit endpoint is where the client knows about the exististance of a proxy + //An explicit endpoint is where the client knows about the existance of proxy //So client sends request in a proxy friendly manner ProxyServer.AddEndPoint(explicitEndPoint); ProxyServer.Start(); diff --git a/Titanium.Web.Proxy.Test/ProxyTestController.cs b/Titanium.Web.Proxy.Test/ProxyTestController.cs index 4b5cc20be..3732ca138 100644 --- a/Titanium.Web.Proxy.Test/ProxyTestController.cs +++ b/Titanium.Web.Proxy.Test/ProxyTestController.cs @@ -23,7 +23,7 @@ public void StartProxy() ExcludedHttpsHostNameRegex = new List() { "dropbox.com" } }; - //An explicit endpoint is where the client knows about the exististance of a proxy + //An explicit endpoint is where the client knows about the existance of a proxy //So client sends request in a proxy friendly manner ProxyServer.AddEndPoint(explicitEndPoint); ProxyServer.Start();