diff --git a/packages/shacl/report.js b/packages/shacl/report.js index ea0a599f..c9417447 100644 --- a/packages/shacl/report.js +++ b/packages/shacl/report.js @@ -65,7 +65,7 @@ export async function shacl(arg) { let ds if (!shape) { - this.logger.info('No shapes found. Will validate each chunk against shapes found in teh chunk itself') + this.logger.info('No shapes found. Will validate each chunk against shapes found in the chunk itself') } else { if (!isReadableStream(shape)) { throw new Error(`${shape} is not a readable stream`)