Skip to content

Commit 169fd53

Browse files
committed
Fix typo
Closes spring-projectsgh-4515
1 parent 14e7b10 commit 169fd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -949,8 +949,8 @@ As DevTools _only_ monitors classpath resources, the only way to trigger a chang
949949
update the classpath. On Eclipse, saving is actually updating the project, compiling or
950950
copying resources for you as part of the save action. If you are using Intellij IDEA,
951951
there is no such thing as a save action since the resources are saved automatically.
952-
Intellij users will need to remover to use the `Build` -> `Make Project` action to achieve
953-
the same result.
952+
Intellij users should use the `Build` -> `Make Project` action to achieve the same
953+
result.
954954
****
955955

956956
NOTE: You can also start your application via the supported build plugins (i.e. Maven and

0 commit comments

Comments
 (0)