Skip to content

Commit 2ebf1ea

Browse files
authored
Fix some typos in the readme (#2216)
1 parent c1dc101 commit 2ebf1ea

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ image::docs/images/spock-main-logo.png[width=100px,float=right]
1818
== Spock Framework
1919

2020
Spock is a BDD-style developer testing and specification framework for
21-
Java and https://groovy-lang.org/[Groovy] applications.To learn more
21+
Java and https://groovy-lang.org/[Groovy] applications. To learn more
2222
about Spock, visit
23-
https://spockframework.org[https://spockframework.org].To run a sample
23+
https://spockframework.org[https://spockframework.org]. To run a sample
2424
spec in your browser use the
2525
https://groovyconsole.dev/[Groovy Web Console].
2626

@@ -29,9 +29,9 @@ https://groovyconsole.dev/[Groovy Web Console].
2929
* The latest 2.x release version is *{spock-release-version}* ({spock-release-version}-groovy-2.5,
3030
{spock-release-version}-groovy-3.0, {spock-release-version}-groovy-4.0), released on {spock-release-date}.
3131
* The current development version is *{spock-snapshot-version}-SNAPSHOT*
32-
({spock-snapshot-version}-groovy-2.5-SNAPSHOT, {spock-snapshot-version}-groovy-3.0-SNAPSHOT, , {spock-snapshot-version}-groovy-4.0-SNAPSHOT).
32+
({spock-snapshot-version}-groovy-2.5-SNAPSHOT, {spock-snapshot-version}-groovy-3.0-SNAPSHOT, {spock-snapshot-version}-groovy-4.0-SNAPSHOT).
3333

34-
*NOTE:* Spock 2.x is based on the JUnit 5 Platform and require Java
34+
*NOTE:* Spock 2.x is based on the JUnit 5 Platform and requires Java
3535
8+/groovy-2.5+ (Groovy 3.0 or 4.0 is recommended, especially in projects using
3636
Java 12+).
3737

@@ -44,7 +44,7 @@ OSS].
4444
==== Ad-Hoc Intermediate Releases
4545

4646
For intermediate stable builds we recommend to use
47-
https://jitpack.io/#org.spockframework/spock[Jitpack] (go here for
47+
https://jitpack.io/#org.spockframework/spock[JitPack] (go here for
4848
instructions):
4949

5050
. Add https://jitpack.io[https://jitpack.io] as a repository
@@ -117,13 +117,13 @@ To build a specific variant of Spock, use the variant name as a parameter
117117
....
118118

119119
To test against a specific Java version, use the java version name as a parameter, the path to the Java version must be set via an environment variable `JDK<version>=<PATH>`.
120-
Of course, this can combined with the variant selection from above.
120+
Of course, this can be combined with the variant selection from above.
121121

122122
....
123123
./gradlew build -DjavaVersion=17
124124
....
125125

126-
(Windows: `gradlew build`). All build dependencies, including the
126+
(In `cmd.exe`: `gradlew build`). All build dependencies, including the
127127
https://www.gradle.org[build tool] itself, will be downloaded
128128
automatically (unless already present).
129129

@@ -142,8 +142,8 @@ feedback is appreciated!
142142
=== Java 9 Module Names
143143

144144
All published jars (beginning with Spock 1.2) will contain
145-
Automatic-Module-Name manifest attribute. This allows for Spock to be
146-
used in a Java 9 Module Path.
145+
`Automatic-Module-Name` manifest attribute. This allows for Spock to be
146+
used in a Java 9+ Module Path.
147147

148148
* spock-core -- `org.spockframework.core`
149149
* spock-spring -- `org.spockframework.spring`

0 commit comments

Comments
 (0)