Skip to content

Commit

Permalink
chore(docs): typo fix (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoballred committed Oct 11, 2022
1 parent b2e94d7 commit 899d011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GCPCallInvoker.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function createChannelFactory($hostname, $opts)
{
if ($this->channel) {
// $call_invoker object has already created from previews PHP-FPM scripts.
// Only need to udpate the $opts including the credentials.
// Only need to update the $opts including the credentials.
$this->channel->updateOpts($opts);
} else {
$opts['affinity_conf'] = $this->affinity_conf;
Expand Down

0 comments on commit 899d011

Please sign in to comment.