mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
chore: fix typo
This commit is contained in:
parent
3c292baf26
commit
e070701905
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export class NotFoundError extends Error {
|
||||
constructor(reason?: string) {
|
||||
super(`Couldn't found a stream: ${reason ?? 'not found'}`);
|
||||
super(`Couldn't find a stream: ${reason ?? 'not found'}`);
|
||||
this.name = 'NotFoundError';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue