Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: fix error message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
le-yams committed Apr 15, 2024
1 parent 2f13fe5 commit 6314e2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public void run(@NotNull ProgressIndicator progressIndicator) {
} else if (httpStatusValue < 300) {
taskSucceeded();
} else {
taskFailed("Openfga server connection test filed with HTTP statuc " + httpStatusValue);
taskFailed("Openfga server connection test failed with HTTP statuc " + httpStatusValue);
}
});
} catch (Exception exception) {
Expand Down

0 comments on commit 6314e2c

Please sign in to comment.