Skip to content

Commit b65cc49

Browse files
committed
style(docs/wiremock.md): remove extra apostrophes.
Correction for eb35548 commit. [skip ci]
1 parent eb35548 commit b65cc49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/robotframework.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ execute all the steps that we need:
2828

2929
1) run the application:
3030
```console
31-
./mvnw spring-boot:run`
31+
./mvnw spring-boot:run
3232
```
3333
2) in another terminal, run Wiremock server, only if your test need it:
3434
```console
35-
./mvnw wiremock:run -DkeepRunning=true`
35+
./mvnw wiremock:run -DkeepRunning=true
3636
```
3737
3) in another terminal, run integration tests as many times as you need:
3838
```console
39-
./mwnw robotframework:run -Dincludes=testme`
39+
./mwnw robotframework:run -Dincludes=testme
4040
```
4141

0 commit comments

Comments
 (0)