Skip to content

Commit 3b07e4e

Browse files
christoph-frickwilkinsona
authored andcommitted
Fix typos in the documentation: though -> through
Closes gh-1510
1 parent 9a2f982 commit 3b07e4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ to override version numbers if necessary.
265265
=== Default exclude rules
266266
Gradle handles ``exclude rules'' in a slightly different way to Maven which can cause
267267
unexpected results when using the starter POMs. Specifically, exclusions declared on
268-
a dependency will not be applied when the dependency can be reached though a different
268+
a dependency will not be applied when the dependency can be reached through a different
269269
path. For example, if a starter POM declares the following:
270270

271271
[source,xml,indent=0,subs="verbatim,attributes"]

spring-boot-docs/src/main/asciidoc/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ file named `src/main/java/Example.java`:
549549
}
550550
----
551551

552-
Although there isn't much code here, quite a lot is going on. Let's step though the
552+
Although there isn't much code here, quite a lot is going on. Let's step through the
553553
important parts.
554554

555555

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ would only ever be a development time trick probably).
15041504

15051505
[[howto-reload-springloaded-gradle-and-intellij]]
15061506
==== Configuring Spring Loaded for use with Gradle and IntelliJ
1507-
You need to jump though a few hoops if you want to use Spring Loaded in combination with
1507+
You need to jump through a few hoops if you want to use Spring Loaded in combination with
15081508
Gradle and IntelliJ. By default, IntelliJ will compile classes into a different location
15091509
than Gradle, causing Spring Loaded monitoring to fail.
15101510

0 commit comments

Comments
 (0)