Fix typos in the documentation: though -> through

Closes gh-1510
pull/1510/merge
Christoph Frick 10 years ago committed by Andy Wilkinson
parent 8e9e502b6a
commit 5455b42d32

@ -265,7 +265,7 @@ to override version numbers if necessary.
=== Default exclude rules === Default exclude rules
Gradle handles ``exclude rules'' in a slightly different way to Maven which can cause Gradle handles ``exclude rules'' in a slightly different way to Maven which can cause
unexpected results when using the starter POMs. Specifically, exclusions declared on unexpected results when using the starter POMs. Specifically, exclusions declared on
a dependency will not be applied when the dependency can be reached though a different a dependency will not be applied when the dependency can be reached through a different
path. For example, if a starter POM declares the following: path. For example, if a starter POM declares the following:
[source,xml,indent=0,subs="verbatim,attributes"] [source,xml,indent=0,subs="verbatim,attributes"]

@ -549,7 +549,7 @@ file named `src/main/java/Example.java`:
} }
---- ----
Although there isn't much code here, quite a lot is going on. Let's step though the Although there isn't much code here, quite a lot is going on. Let's step through the
important parts. important parts.

@ -1457,7 +1457,7 @@ would only ever be a development time trick probably).
[[howto-reload-springloaded-gradle-and-intellij]] [[howto-reload-springloaded-gradle-and-intellij]]
==== Configuring Spring Loaded for use with Gradle and IntelliJ ==== Configuring Spring Loaded for use with Gradle and IntelliJ
You need to jump though a few hoops if you want to use Spring Loaded in combination with You need to jump through a few hoops if you want to use Spring Loaded in combination with
Gradle and IntelliJ. By default, IntelliJ will compile classes into a different location Gradle and IntelliJ. By default, IntelliJ will compile classes into a different location
than Gradle, causing Spring Loaded monitoring to fail. than Gradle, causing Spring Loaded monitoring to fail.

Loading…
Cancel
Save