Skip to content

Commit

Permalink
docs: document apiEndpoint over servicePath (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and alexander-fenster committed Jul 31, 2019
1 parent 7679a70 commit 589a533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-container/src/v1/cluster_manager_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ClusterManagerClient {
* your project ID will be detected automatically.
* @param {function} [options.promise] - Custom promise module to use instead
* of native Promises.
* @param {string} [options.servicePath] - The domain name of the
* @param {string} [options.apiEndpoint] - The domain name of the
* API remote host.
*/
constructor(opts) {
Expand Down

0 comments on commit 589a533

Please sign in to comment.