Fixed typo in the dev guide for Mesos

Change-Id: If3d1655c3a7a3eacc04fcce31bb6a7df8c02e0d9
Closes-Bug: #1520072
This commit is contained in:
Ferenc Horváth 2015-11-26 13:06:28 +01:00
parent 41a5fdc29c
commit 0a40cc8440
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ Docker container.
$ curl -X POST -H "Content-Type: application/json" \
http://${MASTER_IP}:8080/v2/apps -d@app.json
Using the Marathon web console (at http://:8080/), you will see the
Using the Marathon web console (at http://${MASTER_IP}:8080/), you will see the
application you created.
License