Skip to content
Snippets Groups Projects
Commit 68b2cb84 authored by stevereis's avatar stevereis
Browse files

Fix typo on error message

parent e7960bd7
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ export default class ExaremeService implements IEngineService {
});
} catch {
throw new HttpException(
`Connexion to the connector ${this.options.type} failed`,
`Connection to the engine ${this.options.type} failed`,
HttpStatus.NOT_FOUND,
);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment