From b31cd64524b0e07680a3dacef48e183139a00870 Mon Sep 17 00:00:00 2001 From: arthur-noseda Date: Tue, 27 Dec 2016 21:16:27 +0100 Subject: [PATCH] Fix typo in "you IDE" Change "you IDE" to "your IDE". Closes gh-7769 --- spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index 5b2905ab73..16d2639939 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -1025,7 +1025,7 @@ is set. The client component must be launched manually. ==== Running the remote client application -The remote client application is designed to be run from within you IDE. You need to run +The remote client application is designed to be run from within your IDE. You need to run `org.springframework.boot.devtools.RemoteSpringApplication` using the same classpath as the remote project that you're connecting to. The _non-option_ argument passed to the application should be the remote URL that you are connecting to.