Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored Aug 21, 2024
1 parent cd4905b commit b4b70c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shacl/report.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit b4b70c1

Please sign in to comment.