We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18b0a2 commit dcf1d6cCopy full SHA for dcf1d6c
src/tasks/FileUploadUtil/UploadResult.ts
@@ -57,8 +57,8 @@ export class UploadResult {
57
58
/**
59
* @public
60
- * @param {responsebody} responsebody - The response body from the completed upload response
61
- * @param {responsebody} location - The location value from the headers from the completed upload response
+ * @param {responseBody} responsebody - The response body from the completed upload response
+ * @param {location} location - The location value from the headers from the completed upload response
62
*/
63
public constructor(responseBody: unknown, location: string) {
64
// Response body or the location parameter can be undefined.
0 commit comments