We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ce840 commit 36a9c92Copy full SHA for 36a9c92
1 file changed
src/Client.ts
@@ -76,7 +76,7 @@ export default class Client {
76
request ?: RequestInit
77
) : Promise<ContainerDownload> {
78
if (!containerUrl.toLowerCase().startsWith(this.uri.toLowerCase())) {
79
- throw new Error('Container url must start with the same url ase the FM host');
+ throw new Error('Container url must start with the same url as the FM host');
80
}
81
82
const token = await this.getToken();
0 commit comments