Skip to content

Commit

Permalink
Update index.md (docker#2482)
Browse files Browse the repository at this point in the history
Fixed version -> version typo
  • Loading branch information
jgasparetti authored and Misty Stanley-Jones committed Mar 28, 2017
1 parent e821f18 commit 38481b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/getstarted-voting-app/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ uses `dockersamples/examplevotingapp_vote:before`. This specifies the path to
the image on Docker Hub (as shown in the table above), and an [image
tag](/engine/reference/commandline/tag.md), `before` to indicate the version of
the image we want to start with. In the second part of the tutorial, we will
edit this file to call a different verson of this image with an `after` tag.
edit this file to call a different version of this image with an `after` tag.

* The **depends_on** key allows you to specify that a service is only
deployed after another service. In our example, `vote` only deploys
Expand Down

0 comments on commit 38481b0

Please sign in to comment.