Skip to content

Commit

Permalink
Merge pull request #3 from valery1707/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ethauvin committed Jun 21, 2024
2 parents 859a1e7 + 53a20d8 commit cbafe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To create a [Spring Boot executable Java Archive](https://docs.spring.io/spring-
(JAR) from the current project:

```java
@@BuildCommand(summary = "Creates an executable JAR for the project")
@BuildCommand(summary = "Creates an executable JAR for the project")
public void bootjar() throws Exception {
new BootJarOperation()
.fromProject(this)
Expand Down

0 comments on commit cbafe96

Please sign in to comment.