Skip to content

Commit

Permalink
Merge pull request hashicorp#7724 from dragon788/patch-2
Browse files Browse the repository at this point in the history
Updated comments to match example
  • Loading branch information
chrisroberts authored Aug 19, 2016
2 parents 01e2c40 + c75372d commit 9c299a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/networking/basic_usage.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Vagrant.configure("2") do |config|
end
```

Every network type has an identifier such as `:forwarded_port` in the above
Every network type has an identifier such as `"forwarded_port"` in the above
example. Following this is a set of configuration arguments that can differ
for each network type. In the case of forwarded ports, two numeric arguments
are expected: the port on the guest followed by the port on the host that
Expand Down

0 comments on commit 9c299a2

Please sign in to comment.