Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
georgweiss committed Dec 6, 2024
1 parent b6f57f8 commit b89a317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/phoebus/olog/LogTemplateResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public LogTemplate updateLogTemplate(@PathVariable String logTemplateId,
*/

/**
* Delete a {@link LogTemplate} bases on its unique id.
* Delete a {@link LogTemplate} based on its unique id.
* @param logTemplateId Unique id
*/
@DeleteMapping("/{logTemplateId}")
Expand Down

0 comments on commit b89a317

Please sign in to comment.