We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2ceb3 commit 3cc4302Copy full SHA for 3cc4302
Examples/ServiceExamples/Scripts/ExampleDiscovery.cs
@@ -362,7 +362,7 @@ private IEnumerator Examples()
362
while (!_deleteStopwordListTested)
363
yield return null;
364
365
- // List Gatways
+ // List Gateways
366
Log.Debug("ExampleDiscovery.RunTest()", "Attempting to list gateways.");
367
_service.ListGateways(OnListGateways, OnFail, _environmentId);
368
while (!_listGatewaysTested)
0 commit comments