From c75372d0eadc59e583dc4a0fe013a7b87ca3ad2e Mon Sep 17 00:00:00 2001 From: dragon788 Date: Tue, 16 Aug 2016 12:32:22 -0500 Subject: [PATCH] Updated comments to match example --- website/source/docs/networking/basic_usage.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/networking/basic_usage.html.md b/website/source/docs/networking/basic_usage.html.md index 5fc8031fd..57adcc87a 100644 --- a/website/source/docs/networking/basic_usage.html.md +++ b/website/source/docs/networking/basic_usage.html.md @@ -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