Skip to content

Commit 36a9c92

Browse files
committed
fix: typeo
#17
1 parent 97ce840 commit 36a9c92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default class Client {
7676
request ?: RequestInit
7777
) : Promise<ContainerDownload> {
7878
if (!containerUrl.toLowerCase().startsWith(this.uri.toLowerCase())) {
79-
throw new Error('Container url must start with the same url ase the FM host');
79+
throw new Error('Container url must start with the same url as the FM host');
8080
}
8181

8282
const token = await this.getToken();

0 commit comments

Comments
 (0)