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

@ -8,7 +8,7 @@ The Akka cluster is a separate jar file. Make sure that you have the following d
@@@vars
```
"com.typesafe.akka" %% "akka-cluster" % $akka.version$
"com.typesafe.akka" %% "akka-cluster" % "$akka.version$"
```
@@@