Skip to content

Commit 34e4d09

Browse files
tteltrabdpopp07
authored andcommitted
docs(discovery): fix a typo - confiruration -> configuration (watson-developer-cloud#995)
1 parent 7587c23 commit 34e4d09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

discovery/v1.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,7 @@ class DiscoveryV1 extends BaseService {
19441944
* @param {string} params.collectionId - The ID of the collection.
19451945
* @param {NodeJS.ReadableStream|Buffer} [params.file] - The content of the document to ingest. The maximum supported
19461946
* file size when adding a file to a collection is 50 megabytes, the maximum supported file size when testing a
1947-
* confiruration is 1 megabyte. Files larger than the supported size are rejected.
1947+
* configuration is 1 megabyte. Files larger than the supported size are rejected.
19481948
* @param {string} [params.filename] - The filename for file.
19491949
* @param {string} [params.fileContentType] - The content type of file.
19501950
* @param {string} [params.metadata] - The maximum supported metadata file size is 1 MB. Metadata parts larger than 1
@@ -2105,7 +2105,7 @@ class DiscoveryV1 extends BaseService {
21052105
* @param {string} params.documentId - The ID of the document.
21062106
* @param {NodeJS.ReadableStream|Buffer} [params.file] - The content of the document to ingest. The maximum supported
21072107
* file size when adding a file to a collection is 50 megabytes, the maximum supported file size when testing a
2108-
* confiruration is 1 megabyte. Files larger than the supported size are rejected.
2108+
* configuration is 1 megabyte. Files larger than the supported size are rejected.
21092109
* @param {string} [params.filename] - The filename for file.
21102110
* @param {string} [params.fileContentType] - The content type of file.
21112111
* @param {string} [params.metadata] - The maximum supported metadata file size is 1 MB. Metadata parts larger than 1
@@ -5135,7 +5135,7 @@ namespace DiscoveryV1 {
51355135
/** The ID of the collection. */
51365136
collectionId: string;
51375137
/** The content of the document to ingest. The maximum supported file size when adding a file to a collection is
5138-
* 50 megabytes, the maximum supported file size when testing a confiruration is 1 megabyte. Files larger than the
5138+
* 50 megabytes, the maximum supported file size when testing a configuration is 1 megabyte. Files larger than the
51395139
* supported size are rejected.
51405140
*/
51415141
file?: NodeJS.ReadableStream|Buffer;
@@ -5186,7 +5186,7 @@ namespace DiscoveryV1 {
51865186
/** The ID of the document. */
51875187
documentId: string;
51885188
/** The content of the document to ingest. The maximum supported file size when adding a file to a collection is
5189-
* 50 megabytes, the maximum supported file size when testing a confiruration is 1 megabyte. Files larger than the
5189+
* 50 megabytes, the maximum supported file size when testing a configuration is 1 megabyte. Files larger than the
51905190
* supported size are rejected.
51915191
*/
51925192
file?: NodeJS.ReadableStream|Buffer;

0 commit comments

Comments
 (0)