Skip to content

Commit

Permalink
fix(docs): missing quote in signed url jsdoc (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and bcoe committed Oct 23, 2019
1 parent 2ddff58 commit f2d567f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@ class File extends ServiceObject<File> {
* When using "resumable", the header `X-Goog-Resumable: start` has
* to be sent when making a request with the signed URL.
* @param {string} [config.version='v2'] The signing version to use, either
* 'v2' or 'v4.
* 'v2' or 'v4'.
* @param {string} [config.cname] The cname for this bucket, i.e.,
* "https://cdn.example.com".
* @param {string} [config.contentMd5] The MD5 digest value in base64. Just like
Expand Down

0 comments on commit f2d567f

Please sign in to comment.