Skip to content

Commit bef069d

Browse files
Update dev-proxy/ProxyEngine.cs
Co-authored-by: Copilot <[email protected]>
1 parent b8c2cfd commit bef069d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-proxy/ProxyEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ async Task OnRequestAsync(object sender, SessionEventArgs e)
472472
{
473473
if (!_pluginData.TryAdd(e.GetHashCode(), []))
474474
{
475-
throw new Exception($"Unable to initialize the plugin data storate for hash key {e.GetHashCode()}");
475+
throw new Exception($"Unable to initialize the plugin data storage for hash key {e.GetHashCode()}");
476476
}
477477
var responseState = new ResponseState();
478478
var proxyRequestArgs = new ProxyRequestArgs(e, responseState)

0 commit comments

Comments
 (0)