Fix quotes around version number in the docs (#23092)

This commit is contained in:
Martynas Mickevičius 2017-06-04 16:16:33 +02:00 committed by Konrad `ktoso` Malawski
parent f4bf497536
commit 8521333f49
17 changed files with 17 additions and 17 deletions

View file

@ -154,7 +154,7 @@ The multi node testing kit is a separate jar file. Make sure that you have the f
@@@vars
```
"com.typesafe.akka" %% "akka-multi-node-testkit" % $akka.version$
"com.typesafe.akka" %% "akka-multi-node-testkit" % "$akka.version$"
```
@@@