Skip to content

Commit 75707cc

Browse files
author
Jamie Hannaford
committed
Update USERGUIDE.md
1 parent 2bb5b74 commit 75707cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/userguide/LoadBalancer/USERGUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ For a full list, with explanations, of required and optional attributes, please
578578
// Update
579579
$healthMonitor->update(array(
580580
'delay' => 120,
581-
'timeout' => 60,,
581+
'timeout' => 60,
582582
'type' => 'CONNECT'
583583
'attemptsBeforeDeactivation' => 3
584584
));
@@ -623,4 +623,4 @@ foreach ($billable as $loadBalancer) {
623623

624624
echo $usage->averageNumConnections, PHP_EOL;
625625
}
626-
```
626+
```

0 commit comments

Comments
 (0)