Skip to content

Commit cfc3ca6

Browse files
authored
Use a before a consonant sound (#28284)
1 parent c681e9a commit cfc3ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/spring-boot/templates/src/main/java/_package_/_entityPackage_/web/rest/UserResource.java.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public class UserResource {
149149
/**
150150
* {@code POST /admin/users} : Creates a new user.
151151
* <p>
152-
* Creates a new user if the login and email are not already used, and sends an
152+
* Creates a new user if the login and email are not already used, and sends a
153153
* mail with an activation link.
154154
* The user needs to be activated on creation.
155155
*

0 commit comments

Comments
 (0)