Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jul 20, 2020
1 parent 323e1bf commit 2756f20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ export class DataRecognizer {
saveResults.savedObjects = await this.saveKibanaObjects(savedObjects);
} catch (error) {
// only one error is returned for the bulk create saved object request
// so populate every every saved object with the same error.
// so populate every saved object with the same error.
this.populateKibanaResultErrors(results.kibana, error.output?.payload);
}
}
Expand Down

0 comments on commit 2756f20

Please sign in to comment.