Skip to content

Commit 6c2b27e

Browse files
committed
fix typo in build step description
1 parent fab1ea0 commit 6c2b27e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Switch into the `ocs-domain-plugins` directory and call the `.\gradlew build` co
9797
```batch
9898
D:\dev\ocs\ocs-domain-plugins>.\gradlew build
9999
```
100-
The first build can take some time as additional gradle plugins are download from the maven repository. You succeed when
100+
The first build can take some time as additional gradle plugins are downloaded from the maven repository. You succeed when
101101
the build states: `BUILD SUCCESSFUL`. Otherwise, you need to figure out what went wrong.
102102

103103
### Publish the OCS Domain Plugin jar files
@@ -159,7 +159,7 @@ The steps are equal to the OCS Domain Plugins. This time go to the `ocs-custom-a
159159
```batch
160160
D:\dev\ocs\ocs-custom-app>.\gradlew build
161161
```
162-
The first build can take some time as additional gradle plugins are download from the maven repository. You succeed when
162+
The first build can take some time as additional gradle plugins are downloaded from the maven repository. You succeed when
163163
the build states: `BUILD SUCCESSFUL`. Otherwise, you need to figure out what went wrong.
164164

165165
### Executing the OCS Custom App

0 commit comments

Comments
 (0)