Skip to content

Commit c411fa5

Browse files
aleng1He-Pin
authored andcommitted
Remove repeated word
1 parent 3a1b811 commit c411fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ The CI build is Linux based (Ubuntu) and most Pekko developers use Macs or Linux
3333
- `sbt testQuick` similar to test but when repeated in shell mode will only run failing tests
3434
- `sbt testQuickUntilPassed` similar to testQuick but will loop until tests pass.
3535
- `sbt package` will build the jars
36-
- the jars will built into target dirs of the various modules
37-
- for the the 'actor' module, the jar will be built to `actor/target/scala-2.13/`
36+
- the jars will be built into target dirs of the various modules
37+
- for the 'actor' module, the jar will be built to `actor/target/scala-2.13/`
3838
- `sbt publishLocal` will push the jars to your local Apache Ivy repository
3939
- `sbt publishM2` will push the jars to your local Apache Maven repository
4040
- `sbt docs/paradox` will build the docs (the ones describing the module features)

0 commit comments

Comments
 (0)