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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes gh-827
  • Loading branch information
Daniel authored and jgrandja committed Oct 26, 2020
1 parent 304c43b commit ef8d784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void init() {
try {
configurer.configure(endpoints);
} catch (Exception e) {
throw new IllegalStateException("Cannot configure enpdoints", e);
throw new IllegalStateException("Cannot configure endpoints", e);
}
}
endpoints.setClientDetailsService(clientDetailsService);
Expand Down

0 comments on commit ef8d784

Please sign in to comment.