Skip to content

Commit 4bf6b8b

Browse files
spell fix
1 parent c834b80 commit 4bf6b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/services/ConnectAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const connectAPI = async (connectionURI: string, username: string, password: str
2121

2222
const envConnectionAPI = async () => {
2323
try {
24-
const conectionUrl = `/backend_connection_configuation`;
24+
const conectionUrl = `/backend_connection_configuration`;
2525
const response = await api.post(conectionUrl);
2626
return response;
2727
} catch (error) {

0 commit comments

Comments
 (0)