Skip to content

Commit 3cc4302

Browse files
committed
chore(example discovery): Fixed typo in a comment
1 parent 0e2ceb3 commit 3cc4302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/ServiceExamples/Scripts/ExampleDiscovery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ private IEnumerator Examples()
362362
while (!_deleteStopwordListTested)
363363
yield return null;
364364

365-
// List Gatways
365+
// List Gateways
366366
Log.Debug("ExampleDiscovery.RunTest()", "Attempting to list gateways.");
367367
_service.ListGateways(OnListGateways, OnFail, _environmentId);
368368
while (!_listGatewaysTested)

0 commit comments

Comments
 (0)