Updated comments to match example

This commit is contained in:
dragon788 2016-08-16 12:32:22 -05:00 committed by GitHub
parent c5438675ea
commit c75372d0ea
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Vagrant.configure("2") do |config|
end 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 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 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 are expected: the port on the guest followed by the port on the host that