Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rliesenfeld committed Apr 13, 2020
1 parent 7f40fc5 commit 5c6a2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/petclinic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<packaging>war</packaging>
<description>
A recreation of the Spring PetClinic Sample Application, using Java EE 7 for UI controllers and business classes.
A re-creation of the Spring PetClinic Sample Application, using Java EE 7 for UI controllers and business classes.
JMockit is used for integration testing, instead of the Spring Test Context.
</description>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* A recreation of the Spring PetClinic Sample Application, using Java EE 7 for UI controllers and business classes.
* A re-creation of the Spring PetClinic Sample Application, using Java EE 7 for UI controllers and business classes.
* JMockit is used for integration testing, instead of the Spring Test Context.
* <p/>
* Given the small size and simplicity of the application, it has minimal package structure.
Expand Down

0 comments on commit 5c6a2df

Please sign in to comment.