Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Feb 11, 2025
1 parent 65494f0 commit 4b87957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ private Inflector<ContainerRequestContext, Response> introHandler() {
return new Inflector<ContainerRequestContext, Response>() {
public Response apply(ContainerRequestContext ctx) {
Map<String, String> info = new TreeMap<>();
info.put("info", "Para - the backend for busy developers.!");
info.put("info", "Para - the backend for busy developers.");
if (Para.getConfig().versionBannerEnabled()) {
info.put("version", StringUtils.replace(getVersion(), "-SNAPSHOT", ""));
}
Expand Down

0 comments on commit 4b87957

Please sign in to comment.